Skip to main content
A newer version of this page is available. .

IColorizerValueProvider.GetValue(Object) Method

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

Namespace: DevExpress.Xpf.Charts

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

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