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

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

Properties

Specifies the data point category.

Specifies the original data item.

Specifies the original user event that triggered the series action.

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

Specifies the hovered series point.

Specifies the ChartComponent that triggered the event.

Specifies the hovered point series options.

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

Specifies the data point value.