Skip to main content

IColorizerValueProvider.GetValue(Object) Method

Returns a value for the ChoroplethColorizer, based on the specified item.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v23.2.dll

NuGet Package: DevExpress.Wpf.Map

Declaration

double GetValue(
    object item
)

Parameters

Name Type Description
item Object

A Object.

Returns

Type Description
Double

A double value.

See Also