ActiveReports Developer 7
TitleFont Property
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace > AxisBase Class : TitleFont Property

Glossary Item Box

Gets or sets the font information used to draw the title of the axis.

Syntax

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

See Also