ComponentOne Chart for WPF and Silverlight
FontSize Property (Axis)


C1.WPF.C1Chart Namespace > Axis Class : FontSize Property
Gets or sets font size for the axis annotations.
Syntax
'Declaration
 
Public Property FontSize As System.Double
'Usage
 
Dim instance As Axis
Dim value As System.Double
 
instance.FontSize = value
 
value = instance.FontSize
public System.double FontSize {get; set;}
See Also

Reference

Axis Class
Axis Members