ComponentOne Chart for WPF and Silverlight
PlotBackground Property


C1.WPF.C1Chart Namespace > ChartView Class : PlotBackground Property
Gets or sets the background brush for plot area.
Syntax
'Declaration
 
Public Property PlotBackground As System.Windows.Media.Brush
'Usage
 
Dim instance As ChartView
Dim value As System.Windows.Media.Brush
 
instance.PlotBackground = value
 
value = instance.PlotBackground
public System.Windows.Media.Brush PlotBackground {get; set;}
See Also

Reference

ChartView Class
ChartView Members