ActiveReports Developer 7
LabelsFont Property
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace > Legend Class : LabelsFont Property

Glossary Item Box

Gets or sets the label font information used for the Legend.

Syntax

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

See Also