[Table of Contents] [docx version]
Error! No text of specified style in document.
This element specifies the floor of a 3D chart.
Parent Elements |
chart (§5.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>