[]
        
(Showing Draft Content)

FarPoint.Web.Chart.Wall.-ctor

Wall Constructor

Wall()

Creates a new wall.

Declaration
public Wall()
Public Sub New()

Wall(Wall)

Creates a new wall that is a deep copy of the specified wall.

Declaration
public Wall(Wall wall)
Public Sub New(wall As Wall)
Parameters
Type Name Description
Wall wall
Exceptions
Type Condition
ArgumentNullException

wall is a null reference (Nothing in VB).

Wall(bool)

Creates a new wall with the specified visibility.

Declaration
public Wall(bool visible)
Public Sub New(visible As Boolean)
Parameters
Type Name Description
bool visible

Indicates if wall is visible.