Skip to main content

ChoroplethColorizer.GetColor(Double) Method

Returns a color by its value that corresponds to specified range stops on a map legend.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public Color GetColor(
    double value
)

Parameters

Name Type Description
value Double

A double value that is a range stop.

Returns

Type Description
Color

A Color structure that is a color on a map legend to colorize map shapes.

See Also