ChartColorizerBase.GetAggregatedPointColor(Object, List<Object>, List<SeriesPoint>, Palette) Method
Returns the color for the aggregated series point with the specified parameters.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v25.2.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
public virtual Color? GetAggregatedPointColor(
object argument,
List<object> values,
List<SeriesPoint> points,
Palette palette
)
Parameters
| Name | Type | Description |
|---|---|---|
| argument | Object | A Object representing the argument of the aggregated point. |
| values | List<Object> | An array of Object objects representing values of the aggregated point. |
| points | List<SeriesPoint> | An array of SeriesPoint objects aggregated to the point. |
| palette | Palette | A Palette object. |
Returns
| Type | Description |
|---|---|
| Nullable<Color> | A nullable Color object. |
See Also