PaletteScaleMode Enum
Lists the values used to specify how palette colors are used for repeating colors.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[ResourceFinder(typeof(XtraChartsResFinder))]
[TypeConverter(typeof(EnumTypeConverter))]
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