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.v19.1.dll

Declaration

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

Property Value

Type Description
Palette

The palette whose colors the colorizer assigns to series.

See Also