Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / XYZPlotArea Class / SideWall Property
Example


In This Topic
    SideWall Property (XYZPlotArea)
    In This Topic
    Gets or sets the left wall.
    Syntax
    'Declaration
     
    
    Public Property SideWall As Wall
    'Usage
     
    
    Dim instance As XYZPlotArea
    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).
    Example
    This example sets the Visible property for the back wall of the chart.
    See Also