ChoroplethColorizer.GetItemColor(MapItem) Method
Returns the color of the corresponding map item obtained from the Choropleth colorizer.
Namespace: DevExpress.UI.Xaml.Map
Assembly: DevExpress.UI.Xaml.Map.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Parameters
Name | Type | Description |
---|---|---|
item | MapItem | A MapItem object. |
Returns
Type | Description |
---|---|
Color | A Color structure that is the color of the corresponding map item. |
See Also