AxisLabelClickEvent
Class
Arguments for the axisLabelClick event.
Definition
Package:@progress/kendo-react-charts
Properties
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.
text
string
The label text.
value
any
The label value or category name.