| Visual Basic (Declaration) | |
|---|---|
Public Enum Alignment Inherits System.Enum | |
| C# | |
|---|---|
public enum Alignment : System.Enum | |
| Member | Description |
|---|---|
| Bottom | The text item anchors to the bottom. |
| BottomLeft | The text item anchors to the bottom left. |
| BottomRight | The text item anchors to the bottom right. |
| Center | The text item anchors to the center. |
| Left | The text item anchors to the left. |
| Right | The text item anchors to the right. |
| Top | The text item anchors to the top. |
| TopLeft | The text item anchors to the top left. |
| TopRight | The text item anchors to the top right. |
System.Object
System.ValueType
System.Enum
GrapeCity.ActiveReports.Chart.Alignment