Search
Component.getCursorHint Method
See Also
 






Invoked while the mouse is moved to let your application set the mouse cursor.

Namespace: MindFusion.Charting.Components
File: Component.js

 Syntax

JavaScript  Copy Code

function getCursorHint (x, y)

 Parameters

x

A double value specifying the horizontal position of mouse pointer.

y

A double value specifying the vertical position of mouse pointer.

 Return Value

A member of the CursorHint enumeration.

 See Also