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.1.dll
NuGet Package: DevExpress.TreeMap
Declaration
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. |
See Also