Skip to main content
All docs
V25.1
  • SunburstPaletteColorizerBase.Palette Property

    Gets or sets a palette that is applied to a Sunburst chart.

    Namespace: DevExpress.Xpf.TreeMap

    Assembly: DevExpress.Xpf.TreeMap.v25.1.dll

    NuGet Package: DevExpress.Wpf.TreeMap

    Declaration

    public PaletteBase Palette { get; set; }

    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

    blue-green-palette

    blue-i-palette

    blue-palette

    BlueWarmPalette

    ChameleonPalette

    DXTreeMapPalette

    blue-warm-palette

    chameleon-palette

    dx-tree-map-palette

    GreenPalette

    GreenYellowPalette

    InAFogPalette

    green-palette

    green-yellow-palette

    in-a-fog-palette

    MarqueePalette

    NatureColorsPalette

    NorthernLightsPalette

    marquee-palette

    nature-colors-palette

    northern-lights

    OfficePalette

    Office2013Palette

    Office2016Palette

    office-palette

    office-2013-palette

    office-2016-palette

    Office2019Palette

    OrangePalette

    OrangeRedPalette

    office-2019-palette

    orange-palette

    orange-red-palette

    PastelKitPalette

    RedOrangePalette

    RedPalette

    pastel-kit-palette

    red-orange-palette

    red-palette

    RedVioletPalette

    SlipstreamPalette

    TerracottaPiePalette

    red-violet-palette

    slipstream-palette

    terracote-pie-palette

    TheTreesPalette

    VioletIPalette

    VioletPalette

    the-trees-palette

    violet-i-palette

    violet-palette

    YellowOrangePalette

    YellowPalette

     

    yellow-orange-palette

    yellow-palette

     

    See Also