[Table of Contents] [docx version]

Error! No text of specified style in document.

backWall (Back Wall)

This element specifies the back wall of the chart.

Parent Elements

chart5.7.2.27)

 

Child Elements

Subclause

extLst (Chart Extensibility)

§5.7.2.64

pictureOptions (Picture Options)

§5.7.2.139

spPr (Shape Properties)

§5.7.2.198

thickness (Thickness)

§5.7.2.207

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_Surface">

   <sequence>

   <element name="thickness" type="CT_UnsignedInt" minOccurs="0" maxOccurs="1"/>

   <element name="spPr" type="a:CT_ShapeProperties" minOccurs="0" maxOccurs="1"/>

   <element name="pictureOptions" type="CT_PictureOptions" minOccurs="0" maxOccurs="1"/>

   <element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>

   </sequence>

</complexType>