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

SeriesDataSourceColorizer.GetSeriesColor(Object, Palette) Method

Returns a color by the specified series identifier.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

public override Color GetSeriesColor(
    object seriesKey,
    Palette palette
)

Parameters

Name Type Description
seriesKey Object

The series identifier by which the color is selected.

palette Palette

The chart’s current palette.

Returns

Type Description
Color

The color assigned to the specified series identifier.

See Also