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

In This Topic
    LegendLayerStyleItem Class
    In This Topic
    Represents a legend item describing a map layer or a layer style.

    The layer may belong to a different map in the report. This may be used to place a legend outside the map's bounds for instance.

    If no layer or style is associated with the legend item, arbitrary markers, colors etc may be selected.

    Object Model
    LegendLayerStyleItem Class
    Syntax
    'Declaration
     
    Public Class LegendLayerStyleItem 
       Inherits LegendItemBase
       Implements ILegendItem 
    public class LegendLayerStyleItem : LegendItemBase, ILegendItem  
    Inheritance Hierarchy

    System.Object
       C1.C1Report.CustomFields.Maps.MapOwnedItemBase
          C1.C1Report.CustomFields.Maps.LegendItemBase
             C1.C1Report.CustomFields.Maps.LegendLayerStyleItem

    See Also