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



In This Topic
    FontStyle Property
    In This Topic
    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