ActiveReports 12
Alignment Enumeration

GrapeCity.ActiveReports.Chart.v12 Assembly > GrapeCity.ActiveReports.Chart Namespace : Alignment Enumeration
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

Reference

GrapeCity.ActiveReports.Chart Namespace