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

IColorizer3DKeyProvider.GetKey(Object, Object, Double[], Object) Method

Returns the point color depending on the specified values.

Namespace: DevExpress.Xpf.Charts

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

Declaration

object GetKey(
    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
Object

The key by which the point should be colored.

See Also