[]
        
(Showing Draft Content)

C1.Web.Mvc.TagHelpers.SunburstTagHelper

SunburstTagHelper Class

ITagHelper implementation for Sunburst<T>.

Namespace: C1.Web.Mvc.TagHelpers
Assembly: C1.AspNetCore.Mvc.dll
Syntax
[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

Constructors

Name Description
SunburstTagHelper()

Properties

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.