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

In This Topic
    Font Property (LabelInfo)
    In This Topic
    Gets or sets the FontInfo information used to draw the text of the label.
    Syntax
    'Declaration
     
    Public Property Font As FontInfo
    public FontInfo Font {get; set;}
    See Also