SeriesLeaveEvent
Represents the arguments for the seriesLeave
event of the Chart component.
Name | Type | Default | Description |
---|---|---|---|
category |
|
Specifies the data point category. | |
dataItem |
|
Specifies the original data item. | |
originalEvent |
|
Specifies the original user event that triggered the series action. | |
percentage |
|
Specifies the point value represented as a percentage value. Available only for Donut, Pie, and 100% stacked charts. | |
point |
|
Specifies the hovered series point. | |
sender |
|
Specifies the | |
series |
|
Specifies the hovered point series options. | |
stackValue |
|
Specifies the cumulative point value on the stack. Available only for stackable series. | |
value |
|
Specifies the data point value. |
Methods
isDefaultPrevented | ||||
---|---|---|---|---|
Returns | ||||
|
preventDefault |
---|
Prevents the default action for a specified event. The source component suppresses the built-in behavior that follows the event. |