New to Kendo UI for Angular? Start 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
Name | Type | Default | Description |
---|---|---|---|
collapsedConfigurationPane |
|
|
Specifies whether the configuration pane is collapsed by default. |
data |
|
Sets the data for the Chart Wizard. | |
defaultState |
|
Sets the initial state for the Chart Wizard. | |
exportOptions |
|
Sets the export options for the Chart Wizard. | |
windowSettings |
|
Sets the window settings for the Chart Wizard. |
Events
Name | Type | Description |
---|---|---|
close |
|
Fires when the Chart Wizard window closes. |
export |
|
Fires before the chart is exported. Prevent the default to cancel export. |