ActiveReports.Chart Request technical support
TitleFont Property
See Also 


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

Syntax

Visual Basic (Declaration) 
Public Property TitleFont As FontInfo
Visual Basic (Usage)Copy Code
Dim instance As AxisBase
Dim value As FontInfo
 
instance.TitleFont = value
 
value = instance.TitleFont
C# 
public FontInfo TitleFont {get; set;}

See Also