ComponentOne Chart for WPF and Silverlight
FontStyle Property (Axis)


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

Reference

Axis Class
Axis Members