ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / Axis Class / FontStretch Property


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