ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map Namespace / IMap Interface / Legends Property

In This Topic
    Legends Property (IMap)
    In This Topic
    Collection of map rendering legends.
    Syntax
    'Declaration
     
    ReadOnly Property Legends As IEnumerable(Of IMapLegend)
    IEnumerable<IMapLegend> Legends {get;}
    See Also