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

HeatmapPointCollection Class

A collection that stores HeatmapPoint objects.

Namespace: DevExpress.Xpf.Map

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

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