[]
        
(Showing Draft Content)

C1.WPF.Chart.C1Sunburst

C1Sunburst Class

Sunburst chart control.

Namespace: C1.WPF.Chart
Assembly: C1.WPF.Chart.dll
Syntax
public class C1Sunburst : FlexPie, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient

Constructors

Name Description
C1Sunburst()

Creates an instance of Sunburst control.

Fields

Name Description
ChildItemsPathProperty

Identifies the ChildItemsPath dependency property.

DrilldownProperty

Identifies the DrillDown dependency property.

Properties

Name Description
ChildItemsPath

Gets or sets the name of the property (or properties) used to generate child items in hierarchical data. Set this property to a string to specify the name of the property that contains an item's child items (e.g.

Items
). If items at different levels child items with different names, then set this property to an array containing the names of the properties. that contains child items at each level. (e.g.
"accounts,checks,earnings"
)
Drilldown

Enables or disables drill-down functionality.

Methods

Name Description
Bind()

Performs data binding.