IPointerDragEventArgs

12 Sep 20251 minute to read

Specifies the event arguments for the drag start, drag move and drag end events in circular gauge.

Properties

axis Axis

Specifies the axis instance of the circular gauge.

axisIndex number

Specifies the index of the axis in circular gauge.

currentValue number

Specifies the value of the pointer before it gets dragged.

name string

Specifies the name of the event.

pointer Pointer

Specifies the pointer instance of the circular gauge.

pointerIndex number

Specifies the index of the pointer in circular gauge.

previousValue number

Specifies the value of the pointer after it gets dragged.

range Range

Specifies the range instance of the circular gauge.

rangeIndex number

Specifies the index of the range in circular gauge.

type string

Specifies the type of the pointer in circular gauge.