New to KendoReactStart a free 30-day trial

ChartWizardProps
Premium

The props of the KendoReact ChartWizard component.

NameTypeDefaultDescription

data?

ChartWizardDataRow[]

The data to be visualized in the ChartWizard component.

defaultState?

ChartWizardDefaultState

The default state of the ChartWizard component.

exportOptions?

ExportOptions

The export options for the ChartWizard component.

onClose?

() => void

The event that will be fired when the ChartWizard component is closed.

onExport?

(event: ExportEvent) => void

Fires when the Chart is about to be exported. Can be prevented.

onStateChange?

(state: ChartWizardState) => void

Fires when the ChartWizard component state changes.

state?

ChartWizardState

The state of the ChartWizard component.

window?

React.ComponentType<WindowProps>

The component that will be used to render the ChartWizard window.

Not finding the help you need?
Contact Support