Skip to main content
A newer version of this page is available. .

TreeMapGroupGradientColorizer.Max Property

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

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v20.2.dll

NuGet Package: DevExpress.TreeMap

Declaration

[DefaultValue(0.9)]
[XtraSerializableProperty]
public double Max { get; set; }

Property Value

Type Default Description
Double 0.9

A Double value between 0 and 1.

Remarks

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

See Also