SeriesDataSourceColorizer.GetSeriesColor(Object, Palette) Method
Returns a color by the specified series identifier.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
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