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

ChartWizardComponent

Represents the Kendo UI for Angular Chart Wizard component.

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

Selector

kendo-chartwizard

Export Name

Accessible in templates as #kendoChartWizardInstance="kendoChartWizard"

Inputs

NameTypeDefaultDescription

collapsedConfigurationPane

boolean

false

Specifies if the configuration pane is initially collapsed.

data

ChartWizardDataRow[]

The data to display in the Chart Wizard.

defaultState

ChartWizardInitialState

Sets the default state of the Chart Wizard.

exportOptions

ExportOptions

The Chart Wizard export options.

windowSettings

WindowSettings

The settings of the window.

Events

NameTypeDescription

close

EventEmitter<any>

Fires when the Chart Wizard Window is to be close.

export

EventEmitter<ExportEvent>

Fires when the Chart is about to be exported. The event is preventable.

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