ActiveReports.Chart Request technical support
LabelsFont Property
See Also 


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

Syntax

Visual Basic (Declaration) 
Public Property LabelsFont As FontInfo
Visual Basic (Usage)Copy Code
Dim instance As Legend
Dim value As FontInfo
 
instance.LabelsFont = value
 
value = instance.LabelsFont
C# 
public FontInfo LabelsFont {get; set;}

See Also