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

IHeatmapPointSource.Points Property

Returns points used to create a heatmap.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v20.1.dll

NuGet Package: DevExpress.Win.Map

Declaration

IEnumerable<IHeatmapPoint> Points { get; }

Property Value

Type Description
IEnumerable<IHeatmapPoint>

A collection of objects that implement the IHeatmapPoint interface.

See Also