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


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