New to Kendo UI for AngularStart a free 30-day trial

Represents the arguments for the plotAreaClick event of the Chart component (see example).

Definition

Package:@progress/kendo-angular-charts

Properties

Specifies the data point category. Available only for Categorical charts such as Bar, Line, and Area.

Specifies the original browser event that triggered the click action.

Specifies the ChartComponent that triggered the event.

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.