ActiveReports Developer 7
Alignment Enumeration
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace : Alignment Enumeration

Glossary Item Box

Specifies how the text item anchors to its position.

Syntax

Visual Basic (Declaration) 
Public Enum Alignment 
   Inherits System.Enum
C# 
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