Back to Devexpress

PaletteScaleMode Enum

windowsforms-devexpress-dot-xtratreemap-ac57a8e7.md

latest1.3 KB
Original Source

PaletteScaleMode Enum

Lists values that specify the method of color distribution when the number of chart items exceeds the number of palette colors.

Namespace : DevExpress.XtraTreeMap

Assembly : DevExpress.XtraTreeMap.v25.2.dll

NuGet Package : DevExpress.TreeMap

Declaration

csharp
public enum PaletteScaleMode
vb
Public Enum PaletteScaleMode

Members

NameDescriptionImage
Repeat

Palette colors are repeated for the last chart items.

|

| | Extrapolate |

Colors for the last chart items are created based on palette colors by changing their brightness.

|

|

The following properties accept/return PaletteScaleMode values:

See Also

DevExpress.XtraTreeMap Namespace