Skip to main content

HeatmapPointCollection Class

A collection that stores HeatmapPoint objects.

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

Declaration

public class HeatmapPointCollection :
    MapObservableCollection<HeatmapPoint>

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