FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / XYPlotArea Class / BackWall Property


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