Gets or sets the font used to draw the tick mark labels.
Syntax
'Declaration
Public Property LabelTextFont As Font
'Usage
Dim instance As ValueAxis
Dim value As Font
instance.LabelTextFont = value
value = instance.LabelTextFont
public Font LabelTextFont {get; set;}
See Also