Spread Windows Forms 12.0 Product Documentation
LabelTextFill Property (PolarRadiusAxis)


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

Reference

PolarRadiusAxis Class
PolarRadiusAxis Members