PlotAreaHoverEvent
Class
Represents the arguments for the plotAreaHover event of the Chart component (see example).
Definition
Package:@progress/kendo-angular-charts
Properties
category
any
Specifies the data point category. Available only for Categorical charts such as Bar, Line, and Area.
Specifies the original browser event that triggered the hover action.
Specifies the ChartComponent that triggered the event.
value
any
Specifies the data point value. Available only for Categorical charts such as Bar, Line, and Area.
x
any
Specifies the X axis value or array of values for multi-axis charts.
y
any
Specifies the Y axis value or array of values for multi-axis charts.