ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapPointTemplate.MapPointLabelPlacement Enumeration

In This Topic
    MapPointTemplate.MapPointLabelPlacement Enumeration
    In This Topic
    Defines the label placement for the point.
    Syntax
    'Declaration
     
    Public Enum MapPointTemplate.MapPointLabelPlacement 
       Inherits System.Enum
    public enum MapPointTemplate.MapPointLabelPlacement : System.Enum 
    Members
    MemberDescription
    BottomLabel placed to the bottom.
    CenterLabel placed to the center.
    LeftLabel placed to the left.
    RightLabel placed to the right.
    TopLabel placed to the top.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.PageReportModel.MapPointTemplate.MapPointLabelPlacement

    See Also