MindFusion.Charting for WebForms Programmer's Guide
PlotController.onMouseWheel Method
See Also
 



Implements ComponentController.onMouseWheel. Called when the user scrolls with the middle mouse button.

Namespace: MindFusion.Charting
Assembly: PlotController.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 amount and the direction for the mouse scroll.

 See Also

PlotController Members
PlotController Class
MindFusion.Charting Namespace