ComponentOne Chart for WPF and Silverlight
Background Property (ChartView)


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

Reference

ChartView Class
ChartView Members