Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / PolarAngleAxis Class / TitleTextFont Property


In This Topic
    TitleTextFont Property (PolarAngleAxis)
    In This Topic
    Gets or sets the font used to draw the title.
    Syntax
    'Declaration
     
    
    Public Property TitleTextFont As Font
    'Usage
     
    
    Dim instance As PolarAngleAxis
    Dim value As Font
     
    instance.TitleTextFont = value
     
    value = instance.TitleTextFont
    public Font TitleTextFont {get; set;}
    Remarks
    Value of null (Nothing in VB) indicates that the title font is unset.
    See Also