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

SunburstPaletteColorizer.VaryColorInGroup Property

Gets or sets the value that specifies whether to color each item in the same group.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v20.2.dll

NuGet Package: DevExpress.TreeMap

Declaration

[XtraSerializableProperty]
public bool VaryColorInGroup { get; set; }

Property Value

Type Description
Boolean

true if items in the same group have different colors; otherwise, false.

Remarks

The following images show the VaryColorInGroup property in action:

VaryColorInGroup = false VaryColorInGroup = true
Items have an equal color if they belong to the same top-level item. The first item in the item group uses the first color in the palette. Each subsequent item in the group uses the next color in the palette.
palette-colorizer-vary-color-false palette-colorizer-colorize-groups-true
See Also