ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapGridLines.LabelPositionType Enumeration

In This Topic
    MapGridLines.LabelPositionType Enumeration
    In This Topic
    Defines the position for grid labels.
    Syntax
    'Declaration
     
    Public Enum MapGridLines.LabelPositionType 
       Inherits System.Enum
    public enum MapGridLines.LabelPositionType : 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.PageReportModel.MapGridLines.LabelPositionType

    See Also