Skip to main content

IColorizerValueProvider.GetValue(Object) Method

Returns a double value based on the specified object.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

double GetValue(
    object obj
)

Parameters

Name Type Description
obj Object

A Object on which the value is based.

Returns

Type Description
Double

A Double value.

See Also