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


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