Spread Windows Forms 12.0 Product Documentation
BackWall Property (XYZPlotArea)


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > XYZPlotArea Class : BackWall Property
Gets or sets the back wall.
Syntax
'Declaration
 
Public Property BackWall As Wall
'Usage
 
Dim instance As XYZPlotArea
Dim value As Wall
 
instance.BackWall = value
 
value = instance.BackWall
public Wall BackWall {get; set;}
Exceptions
ExceptionDescription
value is a null reference (Nothing in VB).
See Also

Reference

XYZPlotArea Class
XYZPlotArea Members