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

IColorizer3DValueProvider.GetValue(Object, Object, Double[], Object) Method

Returns the point color depending on the specified values.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

double GetValue(
    object argumentX,
    object argumentY,
    double[] values,
    object color
)

Parameters

Name Type Description
argumentX Object

The X argument value.

argumentY Object

The Z argument value.

values Double[]

All point values (including attached).

color Object

The color data member value.

Returns

Type Description
Double

The value by which the point should be colored.

See Also