ComponentOne Chart3D for WPF and Silverlight
Background Property (C1Chart3DLegend)


C1.WPF.C1Chart3D Namespace > C1Chart3DLegend Class : Background Property
Syntax
'Declaration
 
<System.ComponentModel.BindableAttribute(Bindable=True, Direction=BindingDirection.OneWay)>
<System.ComponentModel.CategoryAttribute("Appearance")>
Public Property Background As System.Windows.Media.Brush
'Usage
 
Dim instance As C1Chart3DLegend
Dim value As System.Windows.Media.Brush
 
instance.Background = value
 
value = instance.Background
[System.ComponentModel.Bindable(Bindable=true, Direction=BindingDirection.OneWay)]
[System.ComponentModel.Category("Appearance")]
public System.Windows.Media.Brush Background {get; set;}
See Also

Reference

C1Chart3DLegend Class
C1Chart3DLegend Members