Skip to main content
A newer version of this page is available. .

SeriesKeyColorColorizer.Palette Property

Gets or sets the palette whose colors the colorizer assigns to series.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.1.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

[Browsable(false)]
public Palette Palette { get; set; }

Property Value

Type Description
Palette

The palette whose colors the colorizer assigns to series.

See Also