Skip to main content

GradientColorizerMode Enum

Lists modes that define how to distribute a gradient across sunburst items.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v23.2.dll

NuGet Package: DevExpress.TreeMap

Declaration

public enum GradientColorizerMode

Members

Name Description
ByGroupLevel

Items have an equal color if they belong to the same top-level item. A color’s transparency increases from the top-level items to low-level items.

ByItemIndex

Items in the same group have an equal base color. A color’s transparency increases with increasing an item index in this group.

Related API Members

The following properties accept/return GradientColorizerMode values:

See Also