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

HeatmapPointCollection Class

A collection that stores HeatmapPoint objects.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v21.2.dll

NuGet Packages: DevExpress.Win.Design, 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