noteLeave

Fired when the cursor leaves a note.

The event handler function context (available via the this keyword) will be set to the widget instance.

Event Data

e.category Object

The data point category. Available only for categorical charts (bar, line, area and similar).

e.dataItem Object

The data item of the point's note.

e.element Object

The DOM element of the plot area.

e.sender kendo.dataviz.ui.StockChart

The widget instance which fired the event.

e.series Object

The series of the note.

e.value Object

The data point value.

e.visual Object

The note visual element.

In this article