ChoroplethColorizer.GetColor(Double) Method
Returns a color by the value that corresponds to the specified range stops on a map legend.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v25.1.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| value | Double | A double value that is a data property value. |
Returns
| Type | Description |
|---|---|
| Color | A Color structure that is the color on a map legend for colorizing map shapes. |
See Also