Back to Devexpress

TreeMapGroupGradientColorizer.Min Property

windowsforms-devexpress-dot-xtratreemap-dot-treemapgroupgradientcolorizer-b89dd45c.md

latest1.5 KB
Original Source

TreeMapGroupGradientColorizer.Min Property

Gets or sets the value indicating the minimum portion of the group color in the color mixed for a tree map item.

Namespace : DevExpress.XtraTreeMap

Assembly : DevExpress.XtraTreeMap.v25.2.dll

NuGet Package : DevExpress.TreeMap

Declaration

csharp
[DefaultValue(0.5)]
[XtraSerializableProperty]
public double Min { get; set; }
vb
<XtraSerializableProperty>
<DefaultValue(0.5)>
Public Property Min As Double

Property Value

TypeDefaultDescription
Double0.5

A Double value between 0 and 1.

|

Remarks

For more information about Colorizers, refer to the Colorizers topic.

See Also

TreeMapGroupGradientColorizer Class

TreeMapGroupGradientColorizer Members

DevExpress.XtraTreeMap Namespace