Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / PolarPlotArea Class / BackWall Property


In This Topic
    BackWall Property (PolarPlotArea)
    In This Topic
    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