New to KendoReactStart a free 30-day trial

ChartWizardProps
Premium

The props of the KendoReact ChartWizard component.

NameTypeDefaultDescription

data?

ChartWizardDataRow[]

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

defaultState?

ChartWizardDefaultState

Sets the default state of the ChartWizard component.

exportOptions?

ExportOptions

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.

onStateChange?

(state: ChartWizardState) => void

Fires when the ChartWizard component state changes.

state?

ChartWizardState

Controls the state of the ChartWizard component.

window?

React.ComponentType<WindowProps>

Sets the component that renders the ChartWizard window.

Not finding the help you need?
Contact Support