Skip to main content
All docs
V25.1
  • HeatmapPointCollection Class

    A collection that stores HeatmapPoint objects.

    Namespace: DevExpress.Xpf.Map

    Assembly: DevExpress.Xpf.Map.v25.1.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