selectEnd

Fired when the user completes modifying the selection.

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

Event Data

e.axis Object

The target axis configuration.

e.from Date

The lower boundary of the selected range.

e.sender kendo.dataviz.ui.StockChart

The widget instance which fired the event.

e.to Date

The upper boundary of the selected range.

The last selected category is at index [to - 1] unless the axis is justified. In this case it is at index [to].

In this article