[]
ITagHelper implementation for Sunburst<T>.
[HtmlTargetElement("c1-sunburst")]
[RestrictChildren("c1-items-source", new string[] { "c1-odata-source", "c1-odata-virtual-source", "c1-flex-chart-title-style", "c1-flex-pie-datalabel", "c1-flex-chart-tooltip", "c1-chart-animation", "c1-chart-legend" })]
public class SunburstTagHelper : FlexPieBaseTagHelper<object, Sunburst<object>>, ITagHelper, ITagHelperComponent, ITemplateTagHelper
<HtmlTargetElement("c1-sunburst")>
<RestrictChildren("c1-items-source", New String() { "c1-odata-source", "c1-odata-virtual-source", "c1-flex-chart-title-style", "c1-flex-pie-datalabel", "c1-flex-chart-tooltip", "c1-chart-animation", "c1-chart-legend" })>
Public Class SunburstTagHelper
Inherits FlexPieBaseTagHelper(Of Object, Sunburst(Of Object))
Implements ITagHelper, ITagHelperComponent, ITemplateTagHelper
| Name | Description |
|---|---|
| SunburstTagHelper() |
| Name | Description |
|---|---|
| BindingName | Configurates BindingName. Sets the names of the binding data fields. Please use comma to separate the field names. |
| ChildItemsPath | Configurates ChildItemsPath. Sets the name of the property (or properties) used to generate child items in hierarchical data. |