IColorizerValueProvider.GetValue(Object) Method
In This Article
Returns a numeric value for the RangeColorizer, based on the specified object.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.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