Spread for ASP.NET 12 Product Documentation
SideWall Property (XYPlotArea)


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

Reference

XYPlotArea Class
XYPlotArea Members