New to KendoReact? Start a free 30-day trial
ChartWizardProps
ChartWizardPropsPremium
The props of the KendoReact ChartWizard component.
Name | Type | Default | Description |
---|---|---|---|
data? |
|
Specifies the data you want to display in the ChartWizard component. | |
defaultState? |
|
Sets the default state of the ChartWizard component. | |
exportOptions? |
|
Sets the export options for the ChartWizard component. | |
onClose? |
|
Fires when you close the ChartWizard component. | |
onExport? |
|
Fires when the Chart exports. You can prevent this action. | |
onStateChange? |
|
Fires when the ChartWizard component state changes. | |
state? |
|
Controls the state of the ChartWizard component. | |
window? |
|
Sets the component that renders the ChartWizard window. |