PlotAreaHoverEvent
Arguments for the plotAreaHover
event.
Name | Type | Default | Description |
---|---|---|---|
category |
| The data point category. Available only for the Categorical charts (Bar, Line, Area, and similar). | |
originalEvent |
| The original browser event that triggered the click action. | |
sender |
| The | |
value |
| The data point value. Available only for the Categorical charts (Bar, Line, Area, and similar). | |
x |
| The X axis value or array of values for multi-axis charts. | |
y |
| The Y axis value or array of values for multi-axis charts. |