ActiveReports Developer 7
TitlePosition Enumeration
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace : TitlePosition Enumeration

Glossary Item Box

Specifies the position of the title. TitlePosition is not used for the chart title.

Syntax

Visual Basic (Declaration) 
Public Enum TitlePosition 
   Inherits System.Enum
C# 
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