IColorizerValueProvider.GetValue(Object) Method
Returns a numeric value for the RangeColorizer, based on the specified object.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Parameters
Name | Type | Description |
---|---|---|
obj | Object | A Object, which is provided as a numeric value. |
Returns
Type | Description |
---|---|
Double | A Double value. |
See Also