IValueChangeEventArgs
2 Oct 20251 minute to read
Specifies the event arguments for value change event in linear gauge.
Properties
axis Axis
Specifies the axis instance of linear gauge.
axisIndex number
specifies the index value of the current axis in which the pointer value is changed.
element Element
Specifies the element of the linear gauge.
gauge LinearGauge
Specifies the instance of the linear gauge.
name string
Specifies the name of the event.
pointer Pointer
Specifies the pointer instance of linear gauge in which the pointer value is changed.
pointerIndex number
Specifies the current index of the pointer in which the pointer value is changed.
value number
Specifies the current value.