ComponentOne Reports for WPF
C1.C1Report.CustomFields Namespace / Map Class / Legends Property

In This Topic
    Legends Property (Map)
    In This Topic
    Gets the collection of legends rendered on the map. Legends may represent layers or arbitrary information (such as captions).

    Note that the set accessor is only for deserialization, and should not be used directly.

    Syntax
    'Declaration
     
    Public Property Legends As LegendCollection
    public LegendCollection Legends {get; set;}
    See Also