New to Kendo UI for Angular? Start a free 30-day trial
LegendItemClickEvent
Represents the arguments for the legendItemClick event of the Chart component (see example).
| Name | Type | Default | Description | 
|---|---|---|---|
| pointIndex | 
 | Specifies the point index in the series. Applicable only for Pie, Donut, Funnel, and Pyramid series. | |
| sender | 
 | Specifies the  | |
| series | 
 | Specifies an object that contains the series options. | |
| seriesIndex | 
 | Specifies the index of the series in the parent Chart. | |
| text | 
 | Specifies the text of the legend item. | 
Methods
| isDefaultPrevented | ||||
|---|---|---|---|---|
| Returns  | ||||
| 
 | 
| preventDefault | 
|---|
| Prevents the series visibility from being toggled when you click the legend item. |