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

    A collection that stores HeatmapPoint objects.

    Namespace: DevExpress.XtraMap

    Assembly: DevExpress.XtraMap.v25.1.dll

    NuGet Package: DevExpress.Win.Map

    Declaration

    public class HeatmapPointCollection :
        NotificationCollection<HeatmapPoint>

    The following members return HeatmapPointCollection objects:

    Remarks

    The HeatmapPointStorage.Points property has this type.

    See Also