ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapMarkerRule Class / MapMarkers Property

In This Topic
    MapMarkers Property
    In This Topic
    Gets a set of markers to be used for points.
    Syntax
    'Declaration
     
    Public ReadOnly Property MapMarkers As IList(Of MapMarker)
    public IList<MapMarker> MapMarkers {get;}
    See Also