CustomPalette Class
In This Article
A custom palette (set of colors) used to draw a chart.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
#Remarks
The ChartControl.Palette property defines colors for series points. It can be set to either one of the pre-defined palettes, or to a CustomPalette object.
A custom palette's colors are available via the CustomPalette.Colors property.
For more information, see Chart Themes and Palettes.
#Inheritance
See Also