SunburstPaletteColorizerBase.Palette Property
Gets or sets a palette that is applied to a Sunburst chart.
Namespace: DevExpress.Xpf.TreeMap
Assembly: DevExpress.Xpf.TreeMap.v24.1.dll
NuGet Package: DevExpress.Wpf.TreeMap
Declaration
Property Value
Type | Description |
---|---|
PaletteBase | A palette that is applied to a Sunburst chart. |
Remarks
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 |
| |
|