New to Kendo UI for AngularStart a free 30-day trial

ChartWizardComponent

Represents the Kendo UI for Angular Chart Wizard component.

Use this component to create and configure charts with a guided interface.

html
<kendo-chartwizard [data]="data"></kendo-chartwizard>

Selector

kendo-chartwizard

Export Name

Accessible in templates as #kendoChartWizardInstance="kendoChartWizard"

Inputs

NameTypeDefaultDescription

collapsedConfigurationPane

boolean

false

Specifies whether the configuration pane is collapsed by default.

data

ChartWizardDataRow[]

Sets the data for the Chart Wizard.

defaultState

ChartWizardInitialState

Sets the initial state for the Chart Wizard.

exportOptions

ExportOptions

Sets the export options for the Chart Wizard.

windowSettings

WindowSettings

Sets the window settings for the Chart Wizard.

Events

NameTypeDescription

close

EventEmitter<any>

Fires when the Chart Wizard window closes.

export

EventEmitter<ExportEvent>

Fires before the chart is exported. Prevent the default to cancel export.

In this article
SelectorExport NameInputsEvents
Not finding the help you need?
Contact Support