FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / LegendArea Class / TextFont Property


In This Topic
TextFont Property (LegendArea)
In This Topic
Gets or sets the font of the text.
Syntax
'Declaration
 
Public Property TextFont As Font
 
'Usage
 
Dim instance As LegendArea
Dim value As Font
 
instance.TextFont = value
 
value = instance.TextFont
Remarks
A value of null (Nothing in VB) indicates that the font will be automatically determined.
See Also