HeatmapPointCollection Class
A collection that stores HeatmapPoint objects.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.1.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
Related API Members
The following members return HeatmapPointCollection objects:
Remarks
The HeatmapPointStorage.Points property has this type.
Inheritance
Object
Collection<HeatmapPoint>
ObservableCollection<HeatmapPoint>
DevExpress.Xpf.Core.ObservableCollectionCore<HeatmapPoint>
DevExpress.Xpf.Map.MapObservableCollection<HeatmapPoint>
HeatmapPointCollection
See Also