Skip to main content
All docs
V25.1
  • HeatmapPointSourceBase.GetPoints() Method

    Returns a collection of heatmap points.

    Namespace: DevExpress.Xpf.Map

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

    NuGet Package: DevExpress.Wpf.Map

    Declaration

    public abstract IEnumerable<IHeatmapPoint> GetPoints()

    Returns

    Type Description
    IEnumerable<IHeatmapPoint>

    A collection of objects that implement the IHeatmapPoint interface.

    See Also