Class SunburstChartColorModel
SunburstColorModel contains a number of predefined color palette and have custom colors collection to populate a custom palette.
Inheritance
System.Object
SunburstChartColorModel
Namespace: Syncfusion.SfSunburstChart.Android
Assembly: Syncfusion.SfSunburstChart.Android.dll
Syntax
public class SunburstChartColorModel : Object
Constructors
SunburstChartColorModel()
Initializes a new instance of the SunburstChartColorModel class
Declaration
public SunburstChartColorModel()
Properties
CustomColors
Gets or sets the custom colors to be used to paint the interiors of each segment.
Declaration
public List<Color> CustomColors { get; set; }
Property Value
Type |
---|
System.Collections.Generic.List<Android.Graphics.Color> |
Palette
Gets or sets the palette color for each segment.
Declaration
public SunburstColorPalette Palette { get; set; }
Property Value
Type |
---|
SunburstColorPalette |