Search
BaseGauge.processMouseDown Method
See Also
 






Invoked to handle a MouseDown event.

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

 Syntax

Java  Copy Code

public void processMouseDown (
    double x,
    double y
)

 Parameters

x

The x-coordinate of the mouse in client coordinates.

y

The y-coordinate of the mouse in client coordinates.

 See Also