TitleTextFont Property (ValueAxis)
In This Topic
Gets or sets the font used to draw the title.
Syntax
'Declaration
Public Property TitleTextFont As Font
'Usage
Dim instance As ValueAxis
Dim value As Font
instance.TitleTextFont = value
value = instance.TitleTextFont
public Font TitleTextFont {get; set;}
See Also