Back to Devexpress

Palette.ScaleMode Property

corelibraries-devexpress-dot-xtracharts-dot-palette-c10e36c2.md

latest1.6 KB
Original Source

Palette.ScaleMode Property

Gets the value used to specify the method for extending the color set of the palette.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public PaletteScaleMode ScaleMode { get; }
vb
Public ReadOnly Property ScaleMode As PaletteScaleMode

Property Value

TypeDescription
PaletteScaleMode

A PaletteScaleMode enumeration member..

|

Available values:

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.

|

Remarks

This property specifies how the series point colors are calculated when the number of points exceeds the number of colors in the palette.

See Also

Palette Class

Palette Members

DevExpress.XtraCharts Namespace