IColorizerValueProvider.GetValue(Object) Method
Returns a double value based on the specified object.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v25.1.dll
NuGet Package: DevExpress.Charts
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| obj | Object | A Object on which the value is based. |
Returns
| Type | Description |
|---|---|
| Double | A Double value. |
See Also