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. |
deferred | Boolean | Suppress initialization script rendering. Note that this options should be used in conjunction with DeferredScripts method. |
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. |
as-module | Boolean | |
has-client-component | Boolean | |
on-change | String | Triggered when the ChartWizard changes its state. |
on-close | String | Triggered when a ChartWizard is closed either by the user or through the close() method. |
on-data-binding | String | Fired before the widget binds to its data source. |
on-data-bound | String | Fired when the widget is bound to data from its data source. |
on-export-image | String | Triggered when the ChartWizard export the chart to Image. |
on-export-pdf | String | Triggered when the ChartWizard export the chart to PDF. |
on-export-svg | String | Triggered when the ChartWizard export the chart to SVG. |
on-open | String | Triggered when a ChartWizard is opened through the open() method. |
sanitize-id | Boolean | |
script-attributes | IDictionary<String,Object> |