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



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