Back to Devexpress

HeatmapPointCollection Class

wpf-devexpress-dot-xpf-dot-map-e1cd4d47.md

latest1.7 KB
Original Source

HeatmapPointCollection Class

A collection that stores HeatmapPoint objects.

Namespace : DevExpress.Xpf.Map

Assembly : DevExpress.Xpf.Map.v25.2.dll

NuGet Package : DevExpress.Wpf.Map

Declaration

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

The following members return HeatmapPointCollection objects:

Remarks

The HeatmapPointStorage.Points property has this type.

Inheritance

Object Collection<HeatmapPoint> ObservableCollection<HeatmapPoint> DevExpress.Xpf.Core.ObservableCollectionCore<HeatmapPoint> DevExpress.Xpf.Map.MapObservableCollection<HeatmapPoint> HeatmapPointCollection

See Also

HeatmapPointCollection Members

DevExpress.Xpf.Map Namespace