ActiveReports Developer 7
Font Property
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart.Annotations Namespace > AnnotationTextBar Class : Font Property

Glossary Item Box

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

Syntax

Visual Basic (Declaration) 
Public Property Font As FontInfo
C# 
public FontInfo Font {get; set;}

See Also