corelibraries-devexpress-dot-xtracharts-4489a1e4.md
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
[ResourceFinder(typeof(XtraChartsResFinder))]
public enum PaletteScaleMode
<ResourceFinder(GetType(XtraChartsResFinder))>
Public Enum PaletteScaleMode
| Name | Description |
|---|---|
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:
The values listed by this enumeration can be used to set the Palette.ScaleMode property.
See Also