Version

WallDefault Property

Returns a Infragistics.Documents.Excel.Charts.Wall object which represents the back and side walls, and floor of the chart. Applicable only for 3-D charts.
Syntax
'Declaration
 
Public ReadOnly Property WallDefault As Wall
public Wall WallDefault {get;}
Remarks

Use this property to apply the same settings for the back wall, side wall, and floor.

Use the BackWall property to control the appearance of the back wall.

Use the SideWall property to control the appearance of the side wall.

Use the Floor property to control the appearance of the bottom wall.

The BackWall, SideWall, and Floor properties take precedence over this property.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also