Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / RadarValueAxis Class / LabelTextFill Property


In This Topic
    LabelTextFill Property (RadarValueAxis)
    In This Topic
    Gets or sets the fill used to draw the tick mark label.
    Syntax
    'Declaration
     
    
    Public Property LabelTextFill As Fill
    'Usage
     
    
    Dim instance As RadarValueAxis
    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