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


In This Topic
    Foreground Property (Axis)
    In This Topic
    Gets or sets the foreground brush of the axis.
    Syntax
    'Declaration
     
    
    Public Property Foreground As Brush
    'Usage
     
    
    Dim instance As Axis
    Dim value As Brush
     
    instance.Foreground = value
     
    value = instance.Foreground
    public Brush Foreground {get; set;}
    See Also