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

HeatmapDataSourceAdapter.GetPoints() Method

Returns a collection of heatmap points.

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

Declaration

public override IEnumerable<IHeatmapPoint> GetPoints()

Returns

Type Description
IEnumerable<IHeatmapPoint>

A collection of objects that implement the IHeatmapPoint interface.

See Also