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

Attributes

AttributeTypeDescription
nameStringSets the name of the component.
bind-toIEnumerableThe collection of data items which the data source contains.
datasource-idStringThe Id of the data source.
deferredBooleanSuppress initialization script rendering. Note that this options should be used in conjunction with DeferredScripts method.
is-in-client-templateBooleanWhen placing a Tag Helper within a Kendo Template, set the type to text/html and add the is-in-client-template="true" attribute.
as-moduleBoolean
has-client-componentBoolean
on-changeStringTriggered when the ChartWizard changes its state.
on-closeStringTriggered when a ChartWizard is closed either by the user or through the close() method.
on-data-bindingStringFired before the widget binds to its data source.
on-data-boundStringFired when the widget is bound to data from its data source.
on-export-imageStringTriggered when the ChartWizard export the chart to Image.
on-export-pdfStringTriggered when the ChartWizard export the chart to PDF.
on-export-svgStringTriggered when the ChartWizard export the chart to SVG.
on-openStringTriggered when a ChartWizard is opened through the open() method.
sanitize-idBoolean
script-attributesIDictionary<String,Object>
In this article
ExampleChildTagsAttributes
Not finding the help you need?
Contact Support