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

SeriesLeaveEvent

Represents the arguments for the seriesLeave event of the Chart component.

NameTypeDefaultDescription

category

any

Specifies the data point category.

dataItem

any

Specifies the original data item.

originalEvent

any

Specifies the original user event that triggered the series action.

percentage

number

Specifies the point value represented as a percentage value. Available only for Donut, Pie, and 100% stacked charts.

point

SeriesPoint

Specifies the hovered series point.

sender

ChartComponent

Specifies the ChartComponent that triggered the event.

series

EventSeriesOptions

Specifies the hovered point series options.

stackValue

number

Specifies the cumulative point value on the stack. Available only for stackable series.

value

any

Specifies the data point value.

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 default action for a specified event. The source component suppresses the built-in behavior that follows the event.

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