Spread Windows Forms 12.0 Product Documentation
BottomWall Property (XYZPlotArea)


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

Reference

XYZPlotArea Class
XYZPlotArea Members