Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / IndexAxis Class / LabelTextFont Property


In This Topic
    LabelTextFont Property (IndexAxis)
    In This Topic
    Gets or sets the font of tick mark labels.
    Syntax
    'Declaration
     
    
    Public Property LabelTextFont As Font
    'Usage
     
    
    Dim instance As IndexAxis
    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