ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map Namespace / MapLineLabelPlacement Enumeration

In This Topic
    MapLineLabelPlacement Enumeration
    In This Topic
    Defines the label placement for the line.
    Syntax
    'Declaration
     
    Public Enum MapLineLabelPlacement 
       Inherits System.Enum
    public enum MapLineLabelPlacement : System.Enum 
    Members
    MemberDescription
    AboveLabel placed above.
    BelowLabel placed below.
    CenterLabel placed to the center.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.MapLineLabelPlacement

    See Also