New to KendoReactStart a free 30-day trial

The props of the KendoReact ChartWizard component.

Definition

Package:@progress/kendo-react-chart-wizard

Properties

Specifies the data you want to display in the ChartWizard component.

Sets the default state of the ChartWizard component.

Sets the export options for the ChartWizard component.

onClose?

() => void

Fires when you close the ChartWizard component.

onExport?

(event: ExportEvent) => void

Fires when the Chart exports. You can prevent this action.

Parameters:eventExportEvent

Fires when the ChartWizard component state changes.

Parameters:stateChartWizardState

Controls the state of the ChartWizard component.

window?

ComponentType​<WindowProps>

Sets the component that renders the ChartWizard window.