SeriesClickEvent
Class
Represents the arguments for the seriesClick event of the Chart component (see example).
Definition
Package:@progress/kendo-angular-charts
Properties
category
any
Specifies the data point category.
dataItem
any
Specifies the original data item.
Specifies the original user event that triggered the click action.
percentage
number
Specifies the point value represented as a percentage value. Available only for Donut, Pie, and 100% stacked charts.
Specifies the clicked series point.
Specifies the ChartComponent that triggered the event.
Specifies the clicked 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.