ComponentOne Chart3D for WPF and Silverlight
BackFill Property (GridDataSeries)


C1.WPF.C1Chart3D Namespace > GridDataSeries Class : BackFill Property
Gets or sets the fill brush for the meshes facing down(Z-).
Syntax
'Declaration
 
Public Property BackFill As System.Windows.Media.Brush
'Usage
 
Dim instance As GridDataSeries
Dim value As System.Windows.Media.Brush
 
instance.BackFill = value
 
value = instance.BackFill
public System.Windows.Media.Brush BackFill {get; set;}
See Also

Reference

GridDataSeries Class
GridDataSeries Members