Skip to main content

IColorizerValueProvider.GetValue(Object) Method

Returns a numeric value for the RangeColorizer, based on the specified object.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

double GetValue(
    object obj
)

Parameters

Name Type Description
obj Object

A Object, which is provided as a numeric value.

Returns

Type Description
Double

A Double value.

See Also