wpf-devexpress-dot-xpf-dot-treemap-dot-sunburstpalettecolorizerbase-27cce027.md
Gets or sets a palette that is applied to a Sunburst chart.
Namespace : DevExpress.Xpf.TreeMap
Assembly : DevExpress.Xpf.TreeMap.v25.2.dll
NuGet Package : DevExpress.Wpf.TreeMap
public PaletteBase Palette { get; set; }
Public Property Palette As PaletteBase
| Type | Description |
|---|---|
| PaletteBase |
A palette that is applied to a Sunburst chart.
|
Use the Palette property to specify a palette that a colorizer applies to Sunburst sectors.
The following markup uses a SunburstPaletteColorizer to paint a Sunburst:
<dxtm:SunburstControl>
<dxtm:SunburstControl.Colorizer>
<dxtm:SunburstPaletteColorizer VaryColorInGroup="True">
<dxtm:SunburstPaletteColorizer.Palette>
<dxtm:NorthernLightsPalette/>
</dxtm:SunburstPaletteColorizer.Palette>
</dxtm:SunburstPaletteColorizer>
</dxtm:SunburstControl.Colorizer>
</dxtm:SunburstControl>
The following table lists available palettes:
|
BlueGreenPalette
|
BlueIPalette
|
BluePalette
| | | --- | --- | --- | --- | |
|
|
| | |
BlueWarmPalette
|
ChameleonPalette
|
DXTreeMapPalette
| | | --- | --- | --- | --- | |
|
|
| | |
GreenPalette
|
GreenYellowPalette
|
InAFogPalette
| | | --- | --- | --- | --- | |
|
|
| | |
MarqueePalette
|
NatureColorsPalette
|
NorthernLightsPalette
| | | --- | --- | --- | --- | |
|
|
| | |
OfficePalette
|
Office2013Palette
|
Office2016Palette
| | | --- | --- | --- | --- | |
|
|
| | |
Office2019Palette
|
OrangePalette
|
OrangeRedPalette
| | | --- | --- | --- | --- | |
|
|
| | |
PastelKitPalette
|
RedOrangePalette
|
RedPalette
| | | --- | --- | --- | --- | |
|
|
| | |
RedVioletPalette
|
SlipstreamPalette
|
TerracottaPiePalette
| | | --- | --- | --- | --- | |
|
|
| | |
TheTreesPalette
|
VioletIPalette
|
VioletPalette
| | | --- | --- | --- | --- | |
|
|
| | |
YellowOrangePalette
|
YellowPalette
|
| | | --- | --- | --- | --- | |
|
|
| |
See Also
SunburstPaletteColorizerBase Class