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

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