Skip to main content

IHeatmapPointSource.Points Property

Returns points used to create a heatmap.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v24.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