PlotController.OnMouseWheel override. Called when the user releases a mouse button.
Namespace: MindFusion.Charting
File: ZoomController.js
JavaScript 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 direction and the amount of scrolling needed.