IColorizer3DValueProvider.GetValue(Object, Object, Double[], Object) Method
Returns the point color depending on the specified values.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v25.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 |
|---|---|
| Double | The value by which the point should be colored. |
See Also