IColorizerValueProvider.GetValue(Object) Method
Returns the value from the data source (e.g., Shapefile) that specifies how to color map shapes.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
Parameters
Name | Type | Description |
---|---|---|
item | Object | An object representing the map item to color with a colorizer. |
Returns
Type | Description |
---|---|
Double | A double value from the data source (e.g., Shapefile). |
See Also