Search
ZoomController.onMouseWheel Method
See Also
 






PlotController.OnMouseWheel override. Called when the user releases a mouse button.

Namespace: MindFusion.Charting
File: ZoomController.js

 Syntax

JavaScript  Copy Code

function onMouseWheel (x, y, delta)

 Parameters

x

A number value specifying the horizontal position of mouse pointer.

y

A number value specifying the vertical position of mouse pointer.

delta

A number value specifying the direction and the amount of scrolling needed.

 See Also