New to Kendo UI for Angular? Start 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
Name | Type | Default | Description |
---|---|---|---|
collapsedConfigurationPane |
|
|
Specifies if the configuration pane is initially collapsed. |
data |
|
The data to display in the Chart Wizard. | |
defaultState |
|
Sets the default state of the Chart Wizard. | |
exportOptions |
|
The Chart Wizard export options. | |
windowSettings |
|
The settings of the window. |
Events
Name | Type | Description |
---|---|---|
close |
|
Fires when the Chart Wizard Window is to be close. |
export |
|
Fires when the Chart is about to be exported. The event is preventable. |