IAxisLabelRenderEventArgs
12 Sep 20251 minute to read
Specifies the event arguments for axis label rendering event in linear gauge.
Properties
axis Axis
Specifies the instance of axis in linear gauge.
cancel boolean
Specifies the cancel state for the event. The default value is false. If set as true, the event progress will be stopped.
name string
Specifies the name of the event.
text string
Specifies the text of the axis label.
value number
Specifies the axis value of the axis label.