HeatmapDataSourceAdapter.GetPoints() Method
Returns a collection of heatmap points.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.1.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
Returns
Type | Description |
---|---|
IEnumerable<IHeatmapPoint> | A collection of objects that implement the IHeatmapPoint interface. |
See Also