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

IColorizer.GetAggregatedPointColor(Object, Object[], SeriesPoint[], Palette) Method

Returns the color for the aggregated series point with the specified parameters.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

Color GetAggregatedPointColor(
    object argument,
    object[] values,
    SeriesPoint[] points,
    Palette palette
)

Parameters

Name Type Description
argument Object

A Object representing the argument of the aggregated point.

values Object[]

An array of Object objects representing values of the aggregated point.

points SeriesPoint[]

An array of SeriesPoint objects aggregated to the point.

palette Palette

A Palette object.

Returns

Type Description
Color

A Color object.

See Also