Back to Devexpress

HeatmapPointCollection Class

windowsforms-devexpress-dot-xtramap-5579e217.md

latest1.7 KB
Original Source

HeatmapPointCollection Class

A collection that stores HeatmapPoint objects.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public class HeatmapPointCollection :
    NotificationCollection<HeatmapPoint>
vb
Public Class HeatmapPointCollection
    Inherits NotificationCollection(Of HeatmapPoint)

The following members return HeatmapPointCollection objects:

Remarks

The HeatmapPointStorage.Points property has this type.

Inheritance

Object DXCollectionBase<HeatmapPoint> DXCollection<HeatmapPoint> NotificationCollection<HeatmapPoint> HeatmapPointCollection

See Also

HeatmapPointCollection Members

DevExpress.XtraMap Namespace