ComponentOne Chart for WPF and Silverlight
FontStretch Property (Axis)


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

Reference

Axis Class
Axis Members