Spread Windows Forms 12.0 Product Documentation
BackWall Property (PolarPlotArea)


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

Reference

PolarPlotArea Class
PolarPlotArea Members