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

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