[]
        
(Showing Draft Content)

C1.Web.Mvc.Sunburst-1

Sunburst<T> Class

The Sunburst control displays hierarhical data as multi-level pie charts.

Namespace: C1.Web.Mvc
Assembly: C1.Web.Mvc.dll
Syntax
public class Sunburst<T> : FlexPieBase<T>, IHtmlString, ITemplate, IAnimatable
Type Parameters
Name Description
T

Constructors

Name Description
Sunburst(HtmlHelper, string)

Creates one Sunburst<T> instance.

Properties

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.

Extension Methods