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


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