A newer version of this page is available.
Switch to the current version.
PaletteScaleMode Enum
Lists the values used to specify how palette colors are used for repeating colors.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v18.2.dll
Declaration
[TypeConverter(typeof(EnumTypeConverter))]
[ResourceFinder(typeof(XtraChartsResFinder))]
public enum PaletteScaleMode
<TypeConverter(GetType(EnumTypeConverter))>
<ResourceFinder(GetType(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
Feedback