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


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