SolidColorizer3D.GetPointColor(Object, Object, Double[], Object, Int32, Palette) 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
public override Color? GetPointColor(
object argumentX,
object argumentY,
double[] values,
object colorKey,
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). |
| colorKey | Object | The color key of the point. |
| pointIndex | Int32 | The point index in the point 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