ActiveReports 12
TitlePosition Enumeration

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace : TitlePosition Enumeration
Specifies the position of the title. TitlePosition is not used for the chart title.
Syntax
'Declaration
 
Public Enum TitlePosition 
   Inherits System.Enum
public enum TitlePosition : System.Enum 
Members
MemberDescription
CenterIndicates that the title is centered.
FarIndicates that the title is aligned further from the chart.
NearIndicates that the title is aligned near the chart.
Inheritance Hierarchy

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

See Also

Reference

GrapeCity.ActiveReports.PageReportModel Namespace