ComponentOne Chart3D for WPF and Silverlight
BackStroke Property (GridDataSeries)


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

Reference

GridDataSeries Class
GridDataSeries Members