New to Kendo UI for Angular? Start a free 30-day trial
PlotAreaClickEvent
Arguments for the plotAreaClick
event(see example).
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. |