HeatmapPoint(CoordPoint, Double) Constructor
Initializes a new instance of the HeatmapPoint class with the specified location and value.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v25.2.dll
NuGet Package: DevExpress.Win.Map
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| location | CoordPoint | The heatmap point coordinates. |
| value | Double | The heatmap point’s weight value. |
See Also