Skip to main content

ChartControl.Palette Property

Gets or sets the palette which is used to draw the chart's series.

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