ActiveReports.Chart Request technical support
LabelFont Property
See Also 


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

Syntax

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

See Also