[]
The Sunburst control displays hierarhical data as multi-level pie charts.
public class Sunburst<T> : FlexPieBase<T>, IHtmlString, ITemplate, IAnimatable
Name | Description |
---|---|
T |
Name | Description |
---|---|
Sunburst(HtmlHelper, string) | Creates one Sunburst<T> instance. |
Name | Description |
---|---|
BindingName | Gets or sets the names of the binding data fields. Please use comma to separate the field names. |
ChildItemsPath | Gets or sets the name of the property (or properties) used to generate child items in hierarchical data. |