New to Kendo UI for AngularStart a free 30-day trial

LegendItemHoverEvent

Represents the the arguments for the legendItemHover event of the Chart component (see example).

NameTypeDefaultDescription

pointIndex

number

Specifies the point index in the series. Applicable only for Pie, Donut, Funnel, and Pyramid series.

sender

ChartComponent

Specifies the ChartComponent that triggered the event.

series

EventSeriesOptions

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.

Methods

isDefaultPrevented

Returns true if the event was prevented by any of its subscribers.

Returns

boolean

true if the default action was prevented. Otherwise, returns false.

preventDefault

Prevents the series highlight from being shown when you hover over the legend item.

In this article
Methods
Not finding the help you need?
Contact Support