Search
PanController.onMouseMove Method
See Also
 






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

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

 Syntax

Java  Copy Code

public void onMouseMove (
    double x,
    double y
)

 Parameters

x

A double value specifying the horizontal position of the mouse pointer.

y

A double value specifying the vertical position of the mouse pointer.

 See Also