ActiveReports 12
Position Enumeration

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace : Position Enumeration
Specifies the position of a data label.
Syntax
'Declaration
 
Public Enum Position 
   Inherits System.Enum
public enum Position : System.Enum 
Members
MemberDescription
AutoIndicates that the data label position is automatically determined.
BottomIndicates that the data label is at the bottom.
BottomLeftIndicates that the data label is at the bottom left.
BottomRightIndicates that the data label is at the bottom right.
CenterIndicates that the data label is at the center.
LeftIndicates that the data label is at the left.
RightIndicates that the data label is at the right.
TopIndicates that the data label is at the top.
TopLeftIndicates that the data label is at the top left.
TopRightIndicates that the data label is at the top right.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.PageReportModel.Position

See Also

Reference

GrapeCity.ActiveReports.PageReportModel Namespace