ActiveReports.Chart Request technical support
Font Property
See Also 


Gets or sets the font information used to draw the title text.

Syntax

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

See Also