plotAreaHover

Fired when the user hovers the plot area.

Event Data

e.category Object

The data point category.

e.element Object

The DOM element of the plot area.

e.originalEvent Object

The original browser event that triggered the hover action.

e.sender kendo.dataviz.ui.Sparkline

The widget instance which fired the event.

e.value Object

The data point value.

In this article