ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart.Annotations Namespace / AnnotationTextBar Class / Font Property

In This Topic
    Font Property (AnnotationTextBar)
    In This Topic

    Gets or sets the font information used to display text for the AnnotationTextBar.

    Syntax
    'Declaration
     
    Public Property Font As FontInfo
    public FontInfo Font {get; set;}
    See Also