SeriesOverEvent
Arguments for the seriesOver
event.
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 hovered series point. | |
sender |
|
The | |
series |
|
The hovered point series options. | |
stackValue |
|
The cumulative point value on the stack. Available only for the stackable series. | |
value |
|
The data point value. |
Methods
isDefaultPrevented | ||||
---|---|---|---|---|
Returns | ||||
|
preventDefault |
---|
Prevents the default action for a specified event. In this way, the source component suppresses the built-in behavior that follows the event. |