MindFusion.Charting for WPF Programmer's Guide
GaugeMouseEventArgs Constructor (Control, Point, Double)
See Also
 





Initializes a new instance of the GaugeMouseEventArgs class.

Namespace: MindFusion.Gauges.Wpf
Assembly: MindFusion.Gauges.Wpf

 Syntax

C#  Copy Code

public GaugeMouseEventArgs (
    Control element,
    Point position,
    double value
)

Visual Basic  Copy Code

Public New ( _
    element As Control, _
    position As Point, _
    value As Double _
)

 Parameters

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

GaugeMouseEventArgs Constructor Overload List
GaugeMouseEventArgs Class
MindFusion.Gauges.Wpf Namespace