LegendItemHoverEvent
Class
Represents the the arguments for the legendItemHover 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 highlight from being shown when you hover over 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.