ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / Axis Class / FontWeight Property


In This Topic
    FontWeight Property
    In This Topic
    Gets or sets font weight for the axis annotations.
    Syntax
    'Declaration
     
    
    Public Property FontWeight As FontWeight
    'Usage
     
    
    Dim instance As Axis
    Dim value As FontWeight
     
    instance.FontWeight = value
     
    value = instance.FontWeight
    public FontWeight FontWeight {get; set;}
    See Also