Back to Devexpress

SunburstGroupGradientColorizer.GradientColor Property

wpf-devexpress-dot-xpf-dot-treemap-dot-sunburstgroupgradientcolorizer-5be8edfb.md

latest1.7 KB
Original Source

SunburstGroupGradientColorizer.GradientColor Property

Gets or sets the color that should be blended with the sunburst sector color.

Namespace : DevExpress.Xpf.TreeMap

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

NuGet Package : DevExpress.Wpf.TreeMap

Declaration

csharp
public Color GradientColor { get; set; }
vb
Public Property GradientColor As Color

Property Value

TypeDescription
Color

A color that is blended with the sunburst sector color.

|

Remarks

The following code configures and applies a SunburstGroupGradientColorizer to a Sunburst chart:

xaml
<dxtm:SunburstControl>
    <dxtm:SunburstGroupGradientColorizer Mode="ByItemIndex" 
                                         Max="1" Min="0.6" 
                                         GradientColor="Black">
        <dxtm:SunburstGroupGradientColorizer.Palette>
            <dxtm:NorthernLightsPalette/>
        </dxtm:SunburstGroupGradientColorizer.Palette>
    </dxtm:SunburstGroupGradientColorizer>
</dxtm:SunburstControl>

See Also

SunburstGroupGradientColorizer Class

SunburstGroupGradientColorizer Members

DevExpress.Xpf.TreeMap Namespace