MindFusion.Charting for JavaScript Programmer's Guide
RotationController.onMouseMove Method
See Also
 






PlotController.OnMouseMove override. Called when the user moves the mouse.

Namespace: MindFusion.Charting
File: RotationController.js

 Syntax

JavaScript  Copy Code

function onMouseMove (x, y)

 Parameters

x

Type: Number
A number value specifying the horizontal position of mouse pointer.

y

Type: Number
A number value specifying the vertical position of mouse pointer.

 See Also

RotationController Members
RotationController Class
MindFusion.Charting Namespace