ComponentOne FinancialChart for WPF
FontStyle Property



C1.WPF.Chart Namespace > ChartStyle Class : FontStyle Property
Gets or sets the font style.
Syntax
'Declaration
 
Public Property FontStyle As FontStyle
'Usage
 
Dim instance As ChartStyle
Dim value As FontStyle
 
instance.FontStyle = value
 
value = instance.FontStyle
public FontStyle FontStyle {get; set;}
public:
property FontStyle FontStyle {
   FontStyle get();
   void set (    FontStyle value);
}
See Also

Reference

ChartStyle Class
ChartStyle Members