ActiveReports 19 .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
    Gets the collection of map rendering legends.
    Syntax
    'Declaration
     
    ReadOnly Property Legends As IEnumerable(Of IMapLegend)
    IEnumerable<IMapLegend> Legends {get;}

    Property Value

    A collection of IMapLegend objects representing the map rendering legends.
    See Also