| Visual Basic (Declaration) | |
|---|---|
Public Enum Position Inherits System.Enum | |
| C# | |
|---|---|
public enum Position : System.Enum | |
| Member | Description |
|---|---|
| Auto | Indicates that the data label position is automatically determined. |
| Bottom | Indicates that the data label is at the bottom. |
| BottomLeft | Indicates that the data label is at the bottom left. |
| BottomRight | Indicates that the data label is at the bottom right. |
| Center | Indicates that the data label is at the center. |
| Left | Indicates that the data label is at the left. |
| Right | Indicates that the data label is at the right. |
| Top | Indicates that the data label is at the top. |
| TopLeft | Indicates that the data label is at the top left. |
| TopRight | Indicates that the data label is at the top right. |
System.Object
System.ValueType
System.Enum
GrapeCity.ActiveReports.PageReportModel.Position