ComponentOne FinancialChart for WPF
C1.WPF.Chart Namespace / ChartStyle Class / FontStretch Property



In This Topic
    FontStretch Property
    In This Topic
    Gets or sets the font stretch.
    Syntax
    'Declaration
     
    
    Public Property FontStretch As FontStretch
    'Usage
     
    
    Dim instance As ChartStyle
    Dim value As FontStretch
     
    instance.FontStretch = value
     
    value = instance.FontStretch
    public FontStretch FontStretch {get; set;}
    public:
    property FontStretch FontStretch {
       FontStretch get();
       void set (    FontStretch value);
    }
    See Also