Skip to main content

HeatmapPointCollection Class

A collection that stores HeatmapPoint objects.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.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