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

HeatmapPoint.Location Property

Gets or sets the heatmap point location.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v21.1.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Map

Declaration

[DefaultValue(null)]
public CoordPoint Location { get; set; }

Property Value

Type Default Description
CoordPoint *null*

A CoordPoint descendant.

See Also