A newer version of this page is available.
Switch to the current version.
HeatmapPointCollection Class
A collection that stores HeatmapPoint objects.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v19.2.dll
Declaration
public class HeatmapPointCollection :
NotificationCollection<HeatmapPoint>
Public Class HeatmapPointCollection
Inherits NotificationCollection(Of HeatmapPoint)
Related API Members
The following members accept/return HeatmapPointCollection objects:
Remarks
The HeatmapPointStorage.Points property has this type.
Inheritance
See Also
Feedback