New to Kendo UI for AngularStart a free 30-day trial

Represents the arguments for the selectStart event of the Chart component.

Definition

Package:@progress/kendo-angular-charts

Methods

Returns true if the event was prevented by any of its subscribers.

Returns:

boolean

true if the default action was prevented. Otherwise, returns false.

Prevents the default action for a specified event. The source component suppresses the built-in behavior that follows the event.

Properties

Specifies the target axis options.

from

any

Specifies the lower boundary of the selected range.

Specifies the ChartComponent that triggered the event.

to

any

Specifies the upper boundary of the selected range.