Back to Devexpress

SunburstPaletteColorizerBase.Palette Property

wpf-devexpress-dot-xpf-dot-treemap-dot-sunburstpalettecolorizerbase-27cce027.md

latest5.1 KB
Original Source

SunburstPaletteColorizerBase.Palette Property

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

Declaration

csharp
public PaletteBase Palette { get; set; }
vb
Public Property Palette As PaletteBase

Property Value

TypeDescription
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:

xaml
<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

SunburstPaletteColorizerBase Members

DevExpress.Xpf.TreeMap Namespace