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

In This Topic
    MapLabelPositionType Enumeration
    In This Topic
    Possible label positions for map meridians/parallels.
    Syntax
    'Declaration
     
    Public Enum MapLabelPositionType 
       Inherits System.Enum
    public enum MapLabelPositionType : System.Enum 
    Members
    MemberDescription
    CenterLabels are centered.
    FarLabels are on the right for parallels and on bottom for meridians.
    NearLabels are on the left for parallels and on top for meridians.
    OneQuarterLabels are between the left and center for parallels and between top and center for meridians.
    ThreeQuartersLabels are between the center and right for parallels and between center and bottom for meridians.
    Inheritance Hierarchy

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

    See Also