ChartWizard
Example
Razor
<kendo-chartwizard>
<data-columns></data-columns>
<datasource></datasource>
<default-state></default-state>
<export-options></export-options>
<messages />
<state></state>
<window />
</kendo-chartwizard>
ChildTags
| Tag Name | Details |
|---|---|
| data-columns | ChartWizardDataColumnsTagHelper |
| datasource | DataSourceTagHelper |
| default-state | ChartWizardDefaultStateSettingsTagHelper |
| export-options | ChartWizardExportOptionsSettingsTagHelper |
| messages | ChartWizardMessagesSettingsTagHelper |
| state | ChartWizardStateSettingsTagHelper |
| window | WindowTagHelper |
Attributes
| Attribute | Type | Description |
|---|---|---|
| name | String | Sets the name of the component. |
| bind-to | IEnumerable | The collection of data items which the data source contains. |
| datasource-id | String | The Id of the data source. |
| on-change | String | The name of the JavaScript function that will handle the change event. Triggered when the ChartWizard changes its state. |
| on-close | String | The name of the JavaScript function that will handle the close event. Triggered when a ChartWizard is closed either by the user or through the close() method. |
| on-data-binding | String | The name of the JavaScript function that will handle the dataBinding event. Fired before the widget binds to its data source. |
| on-data-bound | String | The name of the JavaScript function that will handle the dataBound event. Fired when the widget is bound to data from its data source. |
| on-export-image | String | The name of the JavaScript function that will handle the exportImage event. Triggered when the ChartWizard export the chart to Image. |
| on-export-pdf | String | The name of the JavaScript function that will handle the exportPDF event. Triggered when the ChartWizard export the chart to PDF. |
| on-export-svg | String | The name of the JavaScript function that will handle the exportSVG event. Triggered when the ChartWizard export the chart to SVG. |
| on-open | String | The name of the JavaScript function that will handle the open event. Triggered when a ChartWizard is opened through the open() method. |
| script-attributes | IDictionary<String,Object> | Sets the attributes that will be added to the script tag of the component's initialization script. |
| is-in-client-template | Boolean | When placing a Tag Helper within a Kendo Template, set the type to text/html and add the is-in-client-template="true" attribute. |
| deferred | Boolean | Suppress initialization script rendering. Note that this options should be used in conjunction with DeferredScripts method. |
| as-module | Boolean | Specifies whether the initialization script of the component will be rendered as a JavaScript module. |