In This Topic
Gets or sets font style for the axis annotations.
Syntax
'Declaration
Public Property FontStyle As FontStyle
'Usage
Dim instance As Axis
Dim value As FontStyle
instance.FontStyle = value
value = instance.FontStyle
public FontStyle FontStyle {get; set;}
See Also