SideWall Property (YPlotArea)
In This Topic
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
public Wall SideWall {get; set;}
Exceptions
Example
This example uses the SideWall property.
See Also