[]
Sunburst chart control.
public class C1Sunburst : FlexPie, IDependencyObject, IComponent, IDisposable, IPieChart, IChartBase, IStyleProvider, IPalette, IBrushConverter
Name | Description |
---|---|
C1Sunburst(Context) | |
C1Sunburst(Context, IAttributeSet) | Creates an instance of FlexPie from a xml definition. |
Name | Description |
---|---|
ChildItemsPathProperty | Identifies the ChildItemsPath dependency property. |
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. ).
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. )
|
Name | Description |
---|---|
Bind() | Bind chart. |
OnLayout(bool, int, int, int, int) | Override the android view OnLayout methed to override the layout logic. |