Back to Devexpress

TreeMapGroupGradientColorizer.Max Property

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

latest1.5 KB
Original Source

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

NuGet Package : DevExpress.TreeMap

Declaration

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

Property Value

TypeDefaultDescription
Double0.9

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