Back to Devexpress

SunburstGroupGradientColorizer.Min Property

wpf-devexpress-dot-xpf-dot-treemap-dot-sunburstgroupgradientcolorizer-a542ff9e.md

latest1.7 KB
Original Source

SunburstGroupGradientColorizer.Min Property

Gets or sets the color intensity of the sunburst lowest level sectors.

Namespace : DevExpress.Xpf.TreeMap

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

NuGet Package : DevExpress.Wpf.TreeMap

Declaration

csharp
public double Min { get; set; }
vb
Public Property Min As Double

Property Value

TypeDescription
Double

A numeric value from 0 (transparent) to 1 (opaque).

|

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