Skip to main content

Colorizer3DBase.GetAggregatedPointColor(Object, Object, Double[], List<Object>, Int32, Palette) Method

Returns the color of the aggregate point depending on the specified values.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public virtual Color? GetAggregatedPointColor(
    object argumentX,
    object argumentY,
    double[] values,
    List<object> colorKeys,
    int pointIndex,
    Palette palette
)

Parameters

Name Type Description
argumentX Object

The X argument value.

argumentY Object

The Z argument value.

values Double[]

All point values (including attached).

colorKeys List<Object>

The color keys of the aggregated point.

pointIndex Int32

The aggregate point index in the collection.

palette Palette

The palette whose values will be used to color points if it is required.

Returns

Type Description
Nullable<Color>

The color calculated by the specified values.

See Also