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

Glossary Item Box

Gets or sets the font info used to draw the labels of the axis.

Syntax

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

See Also