ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / AxisBase Class / LabelFont Property

In This Topic
    LabelFont Property
    In This Topic
    Gets or sets the font info used to draw the labels of the axis.
    Syntax
    'Declaration
     
    Public Property LabelFont As FontInfo
    public FontInfo LabelFont {get; set;}
    See Also