SunburstPaletteColorizerBase.Palette Property
Gets or sets a palette that is applied to a Sunburst chart.
Namespace: DevExpress.Xpf.TreeMap
Assembly: DevExpress.Xpf.TreeMap.v24.2.dll
NuGet Package: DevExpress.Wpf.TreeMap
#Declaration
public PaletteBase Palette { get; set; }
#Property Value
Type | Description |
---|---|
Palette |
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:
Blue | Blue | Blue | |
---|---|---|---|
Blue | Chameleon | DXTree | |
Green | Green | In | |
Marquee | Nature | Northern | |
Office | Office2013Palette | Office2016Palette | |
Office2019Palette | Orange | Orange | |
Pastel | Red | Red | |
Red | Slipstream | Terracotta | |
The | Violet | Violet | |
Yellow | Yellow |
| |
|