Spread Windows Forms 12.0 Product Documentation
TitleTextFont Property (ValueAxis)


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > ValueAxis Class : TitleTextFont Property
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;}
Remarks
Value of null (Nothing in VB) indicates that the title font is unset.
See Also

Reference

ValueAxis Class
ValueAxis Members