ActiveReports Developer 7
Font Property
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace > LabelInfo Class : Font Property

Glossary Item Box

Gets or sets the FontInfo information used to draw the text of the label.

Syntax

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

See Also