Invoked while the mouse is moved to let your application set the mouse cursor.
Namespace: MindFusion.Charting.Components
File: Component.js
SyntaxJavaScript
Copy Code
|
|---|
function getCursorHint (x, y) |
Type: Number
A double value specifying the horizontal position of mouse pointer.
Type: Number
A double value specifying the vertical position of mouse pointer.
Type: CursorHint
A member of the CursorHint enumeration.
See Also