ComponentOne Chart3D for WPF and Silverlight
PlotFill Property (C1Chart3D)


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

Reference

C1Chart3D Class
C1Chart3D Members