Skip to main content
A newer version of this page is available. .

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.v19.2.dll

Declaration

double GetValue(
    object item
)

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