ChartWizardProps
Interface
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
onStateChange?
(state: ChartWizardState) => void
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.