PlotAreaClickEvent
Class
Arguments for the plotAreaClick event.
Definition
Package:@progress/kendo-react-charts
Properties
category
any
The data point category. Available only for the Categorical charts (Bar, Line, Area, and similar).
nativeEvent
any
The original browser event that triggered the click action.
value
any
The data point value. Available only for the Categorical charts (Bar, Line, Area, and similar).
x
any
The X axis value or array of values for multi-axis charts.
y
any
The Y axis value or array of values for multi-axis charts.