Skip to main content

ChartBase.Palette Property

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

Namespace: DevExpress.UI.Xaml.Charts

Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public Palette Palette { get; set; }

Property Value

Type Description
Palette

A Palette object that is the palette with colors.

Remarks

The Palette property defines colors for data points. The name of the currently selected palette can be accessed via the Palette.PaletteName property. If some of the default palette colors were manually changed, you can obtain the currently used set of colors via the ChartBase.Palette property.

See Also