ComponentOne FinancialChart for WPF
FontStretch Property



C1.WPF.Chart Namespace > ChartStyle Class : FontStretch Property
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

Reference

ChartStyle Class
ChartStyle Members