SelectEvent
Class
Represents the arguments for the select 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.