Spread Windows Forms 12.0 Product Documentation
LabelTextFont Property (PolarAngleAxis)


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > PolarAngleAxis Class : LabelTextFont Property
Gets or sets the font used to draw the tick mark labels.
Syntax
'Declaration
 
Public Property LabelTextFont As Font
'Usage
 
Dim instance As PolarAngleAxis
Dim value As Font
 
instance.LabelTextFont = value
 
value = instance.LabelTextFont
public Font LabelTextFont {get; set;}
Remarks
Value of null (Nothing in VB) indicates that the label font is unset.
See Also

Reference

PolarAngleAxis Class
PolarAngleAxis Members