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
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: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also