New to Kendo UI for Angular? Start a free 30-day trial
AxisLabelClickEvent
Represents the arguments for the axisLabelClick
event of the Chart component (see example).
Name | Type | Default | Description |
---|---|---|---|
axis |
|
Specifies the axis options to which the label belongs. | |
dataItem |
|
Specifies the original data item that generates the label.
Available only for category axes that use the | |
index |
|
Specifies the sequential or category index of the label. | |
sender |
|
Specifies the | |
text |
|
Specifies the text of the label. | |
value |
|
Specifies the value or category name of the label. |