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

Glossary Item Box

Gets or sets the title for the chart.

Syntax

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

Property Value

A Title object representing the chart's title.

See Also