Implements ComponentController.onMouseWheel. Called when the user scrolls with the middle mouse button.
Namespace: MindFusion.Charting
File: PlotController.js
SyntaxJavaScript
Copy Code
|
|---|
function onMouseWheel (x, y, delta) |
Type: Number
A number value specifying the horizontal position of mouse pointer.
Type: Number
A number value specifying the vertical position of mouse pointer.
Type: Number
A number value specifying the amount and the direction for the mouse scroll.
See Also