ComponentOne Chart for WPF and Silverlight
Background Property (XYDataSeries)


C1.WPF.C1Chart Namespace > XYDataSeries Class : Background Property
Syntax
'Declaration
 
Public Property Background As System.Windows.Media.Brush
'Usage
 
Dim instance As XYDataSeries
Dim value As System.Windows.Media.Brush
 
instance.Background = value
 
value = instance.Background
public System.Windows.Media.Brush Background {get; set;}
See Also

Reference

XYDataSeries Class
XYDataSeries Members