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

In This Topic
    Legend Class Members
    In This Topic

    The following tables list the members exposed by Legend.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets a value indicating whether the current legend's items are automatically generated at runtime from the map's layers. If true, the Items collection is ignored.  
    Public PropertyGets or sets the legend's background color.  
    Public PropertyOverridden.   
    Public PropertyGets or sets the thickness of borders around the legend.  
    Public PropertyGets or sets the legend's caption.  
    Public PropertyGets or sets the legend text font.  
    Public PropertyGets the collection of legend items. If Automatic is true, this collection is ignored.

    Note: the set accessor is for serialization only.

     
    Public PropertyGets or sets the alignment of the legend within the map bounds.  
    Public PropertyGets or sets the margin (spacing) between the legend and map edges.  
    Public PropertyGets or sets the name of the item. If specified, and the item is contained in a collection, this name can be used in script expressions to reference the item by name rather than by index. (Inherited from C1.C1Report.CustomFields.Maps.MapOwnedItemBase)
    Public PropertyGets or sets the orientation of items within the legend.  
    Public PropertyGets or sets the padding between the legend and items within.  
    Public PropertyGets or sets the legend's text color.  
    Public PropertyGets or sets the legend's visibility.  
    Top
    See Also