New to Kendo UI for Angular? Start a free 30-day trial
LegendItemHoverEvent
Represents the the arguments for the legendItemHover
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 highlight from being shown when you hover over the legend item. |