Back to Devexpress

PaletteScaleMode Enum

corelibraries-devexpress-dot-xtracharts-4489a1e4.md

latest1.5 KB
Original Source

PaletteScaleMode Enum

Lists the values used to specify how palette colors are used for repeating colors.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[ResourceFinder(typeof(XtraChartsResFinder))]
public enum PaletteScaleMode
vb
<ResourceFinder(GetType(XtraChartsResFinder))>
Public Enum PaletteScaleMode

Members

NameDescription
Repeat

If the number of series points exceeds the number of palette color, the colors are repeated for last series points.

| | Extrapolate |

If the number of series points exceeds the number of palette color, the colors are extrapolated for first and last series points, just like Microsoft Office 2007 does.

|

The following properties accept/return PaletteScaleMode values:

Remarks

The values listed by this enumeration can be used to set the Palette.ScaleMode property.

See Also

DevExpress.XtraCharts Namespace