Chart.BackWall Property

Returns a Walls object that allows the user to individually format the back wall of a 3-D chart. Read-only.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
ReadOnly Property BackWall As Walls
    Get
'Usage
Dim instance As Chart
Dim value As Walls

value = instance.BackWall
Walls BackWall { get; }

Property Value

Type: Microsoft.Office.Interop.Word.Walls
Walls

See Also

Reference

Chart Interface

Chart Members

Microsoft.Office.Interop.Word Namespace