Back to Devexpress

ChartColorizerBase.GetPointColor(Object, Object[], Object, Palette) Method

wpf-devexpress-dot-xpf-dot-charts-dot-chartcolorizerbase-dot-getpointcolor-x28-system-dot-object-system-dot-object-system-dot-object-devexpress-dot-xpf-dot-charts-dot-palette-x29.md

latest2.3 KB
Original Source

ChartColorizerBase.GetPointColor(Object, Object[], Object, Palette) Method

Returns the color for a series point with the specified parameters.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public abstract Color? GetPointColor(
    object argument,
    object[] values,
    object colorKey,
    Palette palette
)
vb
Public MustOverride Function GetPointColor(
    argument As Object,
    values As Object(),
    colorKey As Object,
    palette As Palette
) As Color?

Parameters

NameTypeDescription
argumentObject

An Object specifying the argument value of a series point.

| | values | Object[] |

An array of Object objects specifying values of the series point.

| | colorKey | Object |

An Object specifying the key used to obtain a series point color.

| | palette | Palette |

A Palette object.

|

Returns

TypeDescription
Nullable<Color>

A nullable Color object.

|

See Also

ChartColorizerBase Class

ChartColorizerBase Members

DevExpress.Xpf.Charts Namespace