ChartBreadcrumb
Example
Razor
<kendo-chartbreadcrumb>
<root-item />
</kendo-chartbreadcrumb>
ChildTags
| Tag Name | Details |
|---|---|
| root-item | ChartBreadcrumbRootItemSettingsTagHelper |
Attributes
| Attribute | Type | Description |
|---|---|---|
| name | String | Sets the name of the component. |
| chart | String | The kendo.dataviz.ui.Chart instance to control or a CSS selector to its element. |
| 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. |