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

In This Topic
    LinesLayer Class
    In This Topic
    Represents a map layer containing lines, where each line connects two points on the map.
    Object Model
    LinesLayer Class
    Syntax
    'Declaration
     
    Public Class LinesLayer 
       Inherits LayerBase
       Implements ILegendItem 
    public class LinesLayer : LayerBase, ILegendItem  
    Inheritance Hierarchy

    System.Object
       C1.C1Report.CustomFields.Maps.MapOwnedItemBase
          C1.C1Report.CustomFields.Maps.MapOwnedKeyedItem
             C1.C1Report.CustomFields.Maps.LayerBase
                C1.C1Report.CustomFields.Maps.LinesLayer

    See Also