New to KendoReact? Start a free 30-day trial
ChartWizardProps
ChartWizardPropsPremium
The props of the KendoReact ChartWizard component.
Name | Type | Default | Description |
---|---|---|---|
data? |
|
The data to be visualized in the ChartWizard component. | |
defaultState? |
|
The default state of the ChartWizard component. | |
exportOptions? |
|
The export options for the ChartWizard component. | |
onClose? |
|
The event that will be fired when the ChartWizard component is closed. | |
onExport? |
|
Fires when the Chart is about to be exported. Can be prevented. | |
onStateChange? |
|
Fires when the ChartWizard component state changes. | |
state? |
|
The state of the ChartWizard component. | |
window? |
|
The component that will be used to render the ChartWizard window. |