Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / XYPlotArea Class / BottomWall Property


In This Topic
    BottomWall Property (XYPlotArea)
    In This Topic
    Gets or sets the bottom wall.
    Syntax
    'Declaration
     
    
    Public Property BottomWall As Wall
    'Usage
     
    
    Dim instance As XYPlotArea
    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