ComponentOne Reports for WPF
C1.C1Report.CustomFields.Maps Namespace / Legend Class
Members

In This Topic
    Legend Class
    In This Topic
    Represents a map legend - an area on a C1.C1Report.CustomFields.Map containing a list of items derived from LegendItemBase. The following item types are supported:
    • Represents a map layer or layer style. Shows the layer's marker or line, and a descriptive text (the layer's caption by default).
    • Shows a color swatch, and a descriptive text.
    • Shows an arbitrary text.
    Object Model
    Legend Class
    Syntax
    'Declaration
     
    Public Class Legend 
       Inherits MapOwnedItemBase
    public class Legend : MapOwnedItemBase 
    Inheritance Hierarchy

    System.Object
       C1.C1Report.CustomFields.Maps.MapOwnedItemBase
          C1.C1Report.CustomFields.Maps.Legend

    See Also