Back to Devexpress

SunburstGroupGradientColorizer Class

wpf-devexpress-dot-xpf-dot-treemap-322b9ba3.md

latest2.5 KB
Original Source

SunburstGroupGradientColorizer Class

The colorizer that applies a color gradient to a Sunburst chart’s sectors.

Namespace : DevExpress.Xpf.TreeMap

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

NuGet Package : DevExpress.Wpf.TreeMap

Declaration

csharp
public class SunburstGroupGradientColorizer :
    SunburstPaletteColorizerBase
vb
Public Class SunburstGroupGradientColorizer
    Inherits SunburstPaletteColorizerBase

Remarks

Use SunburstGroupGradientColorizer to distribute a color gradient across sunburst sectors. To do this, follow the steps below:

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>

Inheritance

Object DispatcherObject DependencyObject Freezable TreeMapDependencyObject DevExpress.Xpf.TreeMap.SunburstColorizerBase SunburstPaletteColorizerBase SunburstGroupGradientColorizer

See Also

SunburstGroupGradientColorizer Members

SunburstPaletteColorizer

SunburstRangeColorizer

DevExpress.Xpf.TreeMap Namespace