Search
ComponentController.onMouseMove Method
See Also
 






Called when the user moves the mouse.

Namespace: com.mindfusion.charting.components
File: com.mindfusion.charting.components

 Syntax

Java  Copy Code

void onMouseMove (
    double x,
    double y
)

 Parameters

x

A double value specifying the horizontal position of mouse pointer.

y

A double value specifying the vertical position of mouse pointer.

 See Also