AxisLabelClickEvent
Arguments for the axisLabelClick
event.
axis EventAxisOptions
The axis options to which the label belongs.
dataItem any
The original data item that is used to generate the label. Available only for category axes which are populated from the categoryField
of the series.
index number
The label sequential or category index.
target Charts
The Chart
component that triggered the event.
text string
The label text.
value any
The label value or category name.