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


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