Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / RadarValueAxis Class / LabelTextFont Property


In This Topic
LabelTextFont Property (RadarValueAxis)
In This Topic
Gets or sets the font used to draw the tick mark labels.
Syntax
'Declaration
 
Public Property LabelTextFont As Font
 
'Usage
 
Dim instance As RadarValueAxis
Dim value As Font
 
instance.LabelTextFont = value
 
value = instance.LabelTextFont
Remarks
Value of null (Nothing in VB) indicates that the label font is unset.
See Also