New to Kendo UI for Angular? Start a free 30-day trial

PlotAreaHoverEvent

Arguments for the plotAreaHover event(see example).

NameTypeDefaultDescription

category

any

The data point category. Available only for the Categorical charts (Bar, Line, Area, and similar).

originalEvent

any

The original browser event that triggered the click action.

sender

ChartComponent

The ChartComponent that triggered the event.

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.

In this article

Not finding the help you need?