AxisLabelClickEvent
Class
Represents the arguments for the axisLabelClick event of the Chart component (see example).
Definition
Package:@progress/kendo-angular-charts
Properties
Specifies the axis options to which the label belongs.
dataItem
any
Specifies the original data item that generates the label.
Available only for category axes that use the categoryField of the series.
index
number
Specifies the sequential or category index of the label.
Specifies the ChartComponent that triggered the event.
text
string
Specifies the text of the label.
value
any
Specifies the value or category name of the label.