Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.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