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

    Returns a collection of heatmap points.

    Namespace: DevExpress.Xpf.Map

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

    Declaration

    public abstract IEnumerable<IHeatmapPoint> GetPoints()

    Returns

    Type Description
    IEnumerable<IHeatmapPoint>

    A collection of objects that implement the IHeatmapPoint interface.

    See Also