New to Kendo UI for Angular? Start a free 30-day trial

SeriesClickEvent

Arguments for the seriesClick event(see example).

NameTypeDefaultDescription

category

any

The data point category.

dataItem

any

The original data item.

originalEvent

any

The original user event that triggered the drag action.

percentage

number

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

point

SeriesPoint

The clicked series point.

sender

ChartComponent

The ChartComponent that triggered the event.

series

EventSeriesOptions

The clicked point series options.

stackValue

number

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

value

any

The data point value.