ActiveReports 8
Alignment Enumeration
See Also 
GrapeCity.ActiveReports.Chart.v8 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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also