ComponentOne Chart for WPF and Silverlight
FontWeight Property (Axis)


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

Reference

Axis Class
Axis Members