LegendItemClickEvent
Class
Represents the arguments for the legendItemClick event of the Chart component (see example).
Definition
Package:@progress/kendo-angular-charts
Methods
Returns true if the event was prevented by any of its subscribers.
Returns:
boolean
true if the default action was prevented.
Otherwise, returns false.
Prevents the series visibility from being toggled when you click the legend item.
Properties
pointIndex
number
Specifies the point index in the series. Applicable only for Pie, Donut, Funnel, and Pyramid series.
Specifies the ChartComponent that triggered the event.
Specifies an object that contains the series options.
seriesIndex
number
Specifies the index of the series in the parent Chart.
text
string
Specifies the text of the legend item.