Skip to main content

TreeMapGroupGradientColorizer.GradientColor Property

Gets or sets the color mixed with the group color for a tree map item.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v23.2.dll

NuGet Package: DevExpress.TreeMap

Declaration

[XtraSerializableProperty]
public Color GradientColor { get; set; }

Property Value

Type Description
Color

A Color value.

Remarks

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

See Also