Search
GaugeMouseEvent Constructor
See Also
 






Initializes a new instance of the GaugeMouseEvent class.

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

 Syntax

Java  Copy Code

public GaugeMouseEvent (
    Object source,
    ScaleElement element,
    Point2D position,
    double value
)

 Parameters

source

element

The clicked gauge element, if any.

position

The position of the mouse relative to the clicked element.

value

The gauge value corresponding to the clicked point.

 See Also