Back to Devexpress

SunburstPaletteColorizer.VaryColorInGroup Property

windowsforms-devexpress-dot-xtratreemap-dot-sunburstpalettecolorizer.md

latest1.9 KB
Original Source

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

NuGet Package : DevExpress.TreeMap

Declaration

csharp
[XtraSerializableProperty]
public bool VaryColorInGroup { get; set; }
vb
<XtraSerializableProperty>
Public Property VaryColorInGroup As Boolean

Property Value

TypeDescription
Boolean

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

|

Remarks

The following images show the VaryColorInGroup property in action:

VaryColorInGroup = falseVaryColorInGroup = 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

Colorizers

SunburstPaletteColorizer Class

SunburstPaletteColorizer Members

DevExpress.XtraTreeMap Namespace