ActiveReports.Chart Request technical support
TextAnchor Enumeration
See Also  


Specifies how the text shape anchors to its position.

Syntax

Visual Basic (Declaration) 
Public Enum TextAnchor 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As TextAnchor
C# 
public enum TextAnchor : Enum 

Members

MemberDescription
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.
MiddleLeftThe text anchors by the center of the left side.
CenterThe text anchors by the center. 
MiddleRightThe text anchors by the center of the right side.
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.

Inheritance Hierarchy

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

See Also