Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / Wall Class / Wall Constructor / Wall Constructor(Boolean)
Indicates if wall is visible.


In This Topic
    Wall Constructor(Boolean)
    In This Topic
    Creates a new wall with the specified visibility.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal visible As Boolean _
    )
    'Usage
     
    
    Dim visible As Boolean
     
    Dim instance As New Wall(visible)
    public Wall( 
       bool visible
    )

    Parameters

    visible
    Indicates if wall is visible.
    See Also