ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart.Graphics Namespace / TextAnchor Enumeration

In This Topic
    TextAnchor Enumeration
    In This Topic
    Specifies how the text shape anchors to its position.
    Syntax
    'Declaration
     
    Public Enum TextAnchor 
       Inherits System.Enum
    public enum TextAnchor : System.Enum 
    Members
    MemberDescription
    BottomLeftThe text anchors by the bottom left corner.
    BottomMiddleThe text anchors by the center of the bottom.
    BottomRightThe text anchors by the bottom right corner.
    CenterThe text anchors by the center. 
    MiddleLeftThe text anchors by the center of the left side.
    MiddleRightThe text anchors by the center of the right side.
    TopLeftThe text anchors by the top left corner.
    TopMiddleThe text anchors by the center of the top.
    TopRightThe text anchors by the top right corner.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.Chart.Graphics.TextAnchor

    See Also