Charting for WinForms Programmer's Guide
GaugeMouseEventArgs Constructor (MouseButtons, Int32, ScaleElement, PointF, Single)
See Also
 






Initializes a new instance of the GaugeMouseEventArgs class.

Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges

 Syntax

C#  Copy Code

public GaugeMouseEventArgs (
    MouseButtons buttons,
    int clickCount,
    ScaleElement element,
    PointF position,
    float value
)

Visual Basic  Copy Code

Public New ( _
    buttons As MouseButtons, _
    clickCount As Integer, _
    element As ScaleElement, _
    position As PointF, _
    value As Single _
)

 Parameters

buttons

The buttons related with the event.

clickCount

This number of times the mouse button was pressed.

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 Namespace