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.v18.2.dll

Declaration

[XtraSerializableProperty]
[DefaultValue(0.9)]
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