ActiveReports Developer 7
Position Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > Title Class : Position Property

Glossary Item Box

Gets or sets the position of the title.

Syntax

Visual Basic (Declaration) 
Public Property Position As TitlePosition
C# 
public TitlePosition Position {get; set;}

Property Value

A TitlePosition enumeration indicating the position of the title.

Remarks

This property is only used for chart axis titles.

See Also