New to Kendo UI for Angular? Start a free 30-day trial
SeriesClickEvent
Arguments for the seriesClick
event(see example).
Name | Type | Default | Description |
---|---|---|---|
category |
|
The data point category. | |
dataItem |
|
The original data item. | |
originalEvent |
|
The original user event that triggered the drag action. | |
percentage |
|
The point value represented as a percentage value. Available only for the Donut, Pie, and 100% stacked charts. | |
point |
|
The clicked series point. | |
sender |
|
The | |
series |
|
The clicked point series options. | |
stackValue |
|
The cumulative point value on the stack. Available only for the stackable series. | |
value |
|
The data point value. |