ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / Alignment Enumeration

In This Topic
    Alignment Enumeration
    In This Topic
    Specifies how the text item anchors to its position.
    Syntax
    'Declaration
     
    Public Enum Alignment 
       Inherits System.Enum
    public enum Alignment : System.Enum 
    Members
    MemberDescription
    BottomThe text item anchors to the bottom.
    BottomLeftThe text item anchors to the bottom left.
    BottomRightThe text item anchors to the bottom right.
    CenterThe text item anchors to the center.
    LeftThe text item anchors to the left.
    RightThe text item anchors to the right.
    TopThe text item anchors to the top.
    TopLeftThe text item anchors to the top left.
    TopRightThe text item anchors to the top right.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.Chart.Alignment

    See Also