Events in ASP.NET Core Linear Gauge
18 Nov 20182 minutes to read
This section describes the Linear Gauge component’s event that gets triggered when corresponding operations are performed.
AnimationComplete
When the pointer animation is completed, the AnimationComplete event will be triggered. To know more about the arguments of this event, refer here.
AnnotationRender
Before the annotation is rendered in the Linear Gauge, the AnnotationRender event will be triggered. To know more about the arguments of this event, refer here.
AxisLabelRender
Before each axis label is rendered in the Linear Gauge, the AxisLabelRender event is fired. To know more about the arguments of this event, refer here.
BeforePrint
The BeforePrint event is fired before the print begins. To know more about the arguments of this event, refer here.
DragEnd
The DragEnd event will be fired before the pointer drag is completed. To know more about the argument of this event, refer here.
DragMove
The DragMove event will be fired when the pointer is dragged. To know more about the arguments of this event, refer here.
DragStart
When the pointer drag begins, the DragStart event is triggered. To know more about the arguments of this event, refer here.
GaugeMouseDown
When mouse is pressed down on the gauge, the GaugeMouseDown event is triggered. To know more about the arguments of this event, refer here.
GaugeMouseLeave
When mouse pointer moves over the gauge, the GaugeMouseLeave event is triggered. To know more about the arguments of this event, refer here.
GaugeMouseMove
When mouse pointer leaves the gauge, the GaugeMouseMove event is triggered. To know more about the arguments of this event, refer here.
GaugeMouseUp
When the mouse pointer is released over the Linear Gauge, the GaugeMouseUp event is triggered. To know more about the arguments of this event, refer here.
Load
Before the Linear Gauge is loaded, the Load event is fired. To know more about the arguments of this event, refer here.
Loaded
After the Linear Gauge has been loaded, the Loaded event will be triggered. To know more about the arguments of this event, refer here.
Resized
After the window resizing, the Resized event is triggered. To know more about the arguments of this event, refer here.
TooltipRender
The TooltipRender event is fired before the tooltip is rendered. To know more about the arguments of this event, refer here.
ValueChange
The ValueChange event is triggered when the pointer is dragged from one value to another. To know more about the arguments of this event, refer here.