Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / XYZPlotArea Class / BottomWall Property


In This Topic
    BottomWall Property (XYZPlotArea)
    In This Topic
    Gets or sets the bottom wall.
    Syntax
    'Declaration
     
    
    Public Property BottomWall As Wall
    'Usage
     
    
    Dim instance As XYZPlotArea
    Dim value As Wall
     
    instance.BottomWall = value
     
    value = instance.BottomWall
    public Wall BottomWall {get; set;}
    Exceptions
    ExceptionDescription
    value is a null reference (Nothing in VB).
    See Also