ExportEvent
Class
Provides arguments for the export event on the Chart Wizard.
Definition
Package:@progress/kendo-react-chart-wizard
Properties
chart
Chart
Gets the current Chart chart instance you want to export.
Gets the export options on the Chart Wizard.
Methods
Returns true if any of the event subscribers prevented the event.
Returns:
boolean
- Returns
trueif you prevented the default action.
Otherwise, returns false.
Prevents the default action for a specific event. This action stops the source component from executing its built-in behavior that follows the event.