Skip to main content

SeriesKeyColorColorizer.Palette Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v24.1.dll

NuGet Package: DevExpress.Charts

Declaration

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

Property Value

Type Description
Palette

The palette whose colors the colorizer assigns to series.

See Also