ActiveReports.Chart Request technical support
Alignment Enumeration
See Also  


Specifies how the text item anchors to its position.

Syntax

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

Members

MemberDescription
CenterThe text item anchors to the center.
TopThe text item anchors to the top.
BottomThe text item anchors to the bottom.
LeftThe text item anchors to the left.
RightThe text item anchors to the right.
TopLeftThe text item anchors to the top left.
TopRightThe text item anchors to the top right.
BottomLeftThe text item anchors to the bottom left.
BottomRightThe text item anchors to the bottom right.

Inheritance Hierarchy

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

See Also