[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData.GeoLineString.Points

Points Property

Points

Gets the line points.

Declaration
public IEnumerable<GeoPoint> Points { get; }
Property Value
Type Description
IEnumerable<GeoPoint>

An IEnumerable<T> representing the points of the line.