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



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