IColorizer3DKeyProvider.GetKey(Object, Object, Double[], Object) Method
Returns the point color depending on the specified values.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
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