ChartControl.Palette Property
In This Article
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Content, true)]
public Palette Palette { get; set; }
#Property Value
Type | Description |
---|---|
Palette | A Palette object which represents the palette with colors. |
#Remarks
The Palette property defines colors for series points. It can be set either to one of the standard palettes, or to a CustomPalette object.
A custom palette's colors are defined via the CustomPalette.Colors property.
For more information, see Chart Themes and Palettes.
See Also