New to KendoReact? Start a free 30-day trial
ExportEvent
ExportEventPremium
Provides arguments for the export
event on the Chart Wizard.
Name | Type | Default | Description |
---|---|---|---|
chart |
|
Gets the current Chart chart instance you want to export. | |
exportOptions |
|
Gets the export options on the Chart Wizard. |
Constructors
ExportEvent
(chart: Chart, exportOptions: ExportOptions)
Parameters
chart
Chart
exportOptions
Methods
isDefaultPrevented | ||||
---|---|---|---|---|
Returns | ||||
|
preventDefault |
---|
Prevents the default action for a specific event. This action stops the source component from executing its built-in behavior that follows the event. |