New to Kendo UI for Angular? Start a free 30-day trial
PlotAreaHoverEvent
Represents the arguments for the plotAreaHover
event of the Chart component (see example).
Name | Type | Default | Description |
---|---|---|---|
category |
|
Specifies the data point category. Available only for Categorical charts such as Bar, Line, and Area. | |
originalEvent |
|
Specifies the original browser event that triggered the hover action. | |
sender |
|
Specifies the | |
value |
|
Specifies the data point value. Available only for Categorical charts such as Bar, Line, and Area. | |
x |
|
Specifies the X axis value or array of values for multi-axis charts. | |
y |
|
Specifies the Y axis value or array of values for multi-axis charts. |