ChartWizardComponent
Component
Represents the Kendo UI for Angular Chart Wizard component.
Use this component to create and configure charts with a guided interface.
Definition
Package:@progress/kendo-angular-chart-wizard
Selector:kendo-chartwizard
Export Name:Accessible in templates as #kendoChartWizardInstance="kendoChartWizard"
Syntax:
html
<kendo-chartwizard [data]="data"></kendo-chartwizard>
Inputs
collapsedConfigurationPane
boolean
Specifies whether the configuration pane is collapsed by default.
Default:
false
Sets the data for the Chart Wizard.
Sets the initial state for the Chart Wizard.
Sets the export options for the Chart Wizard.
Sets the window settings for the Chart Wizard.
Default:
{}
Events
close
EventEmitter<any>
Fires when the Chart Wizard window closes.
Fires before the chart is exported. Prevent the default to cancel export.