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

HeatmapPoint(CoordPoint, Double) Constructor

Initializes a new instance of the HeatmapPoint class with the specified location and value.

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

Declaration

public HeatmapPoint(
    CoordPoint location,
    double value
)

Parameters

Name Type Description
location CoordPoint

The heatmap point coordinates.

value Double

The heatmap point’s weight value.

See Also