Skip to main content
All docs
V25.1
  • IHeatmapPointSource.Points Property

    Returns points used to create a heatmap.

    Namespace: DevExpress.XtraMap

    Assembly: DevExpress.XtraMap.v25.1.dll

    NuGet Package: DevExpress.Win.Map

    Declaration

    IEnumerable<IHeatmapPoint> Points { get; }

    Property Value

    Type Description
    IEnumerable<IHeatmapPoint>

    A collection of objects that implement the IHeatmapPoint interface.

    See Also