Skip to main content
A newer version of this page is available. .

PaletteScaleMode Enum

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.2.dll

Declaration

[ResourceFinder(typeof(XtraChartsResFinder))]
public enum PaletteScaleMode

Members

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.

Related API Members

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