Class SunburstColorModel
SunburstColorModel contains a number of predefined color palette and have custom brushes collection to populate a custom palette.
Inheritance
System.Object
SunburstColorModel
Namespace: Syncfusion.UI.Xaml.SunburstChart
Assembly: Syncfusion.SfSunburstChart.WPF.dll
Syntax
public class SunburstColorModel : Object
Constructors
SunburstColorModel()
Initializes a new instance of the SunburstColorModel class.
Declaration
public SunburstColorModel()
SunburstColorModel(SunburstColorPalette)
Initializes a new instance of the SunburstColorModel class.
Declaration
public SunburstColorModel(SunburstColorPalette palette)
Parameters
Type | Name | Description |
---|---|---|
SunburstColorPalette | palette | Chart color palette |
Properties
CustomBrushes
Gets or sets the custom brushes to be used to paint the interiors of each segment or series.
Declaration
public List<Brush> CustomBrushes { get; set; }
Property Value
Type |
---|
System.Collections.Generic.List<System.Windows.Media.Brush> |