Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / YPlotArea Class / BottomWall Property


BottomWall Property (YPlotArea)
Gets or sets the bottom wall.
Syntax
'Declaration
 
Public Property BottomWall As Wall
 
'Usage
 
Dim instance As YPlotArea
Dim value As Wall
 
instance.BottomWall = value
 
value = instance.BottomWall
Exceptions
ExceptionDescription
value is a null reference (Nothing in VB).
See Also