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


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