SeriesClickEvent
Class
Arguments for the seriesClick event.
Definition
Package:@progress/kendo-react-charts
Properties
category
any
The data point category.
dataItem
any
The original data item.
nativeEvent
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.
The clicked series point.
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.