noteHover
Fired when the user hovers one of the notes.
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.element Object
The DOM element of the plot area.
e.sender kendo.dataviz.ui.StockChart
The widget instance which fired the event.
e.value Object
The data point value.
e.series Object
The series of the note.
e.dataItem Object
The data item of the point's note.
e.sender kendo.dataviz.ui.StockChart
The widget instance which fired the event.