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