[Table of Contents] [docx version]
Error! No text of specified style in document.
surface3DChart (3D Surface Charts)
This element contains the set of 3-D surface series.
Parent Elements |
plotArea (§5.7.2.146) |
Child Elements |
Subclause |
axId (Axis ID) |
§5.7.2.9 |
bandFmts (Band Formats) |
§5.7.2.14 |
extLst (Chart Extensibility) |
§5.7.2.64 |
ser (Surface Chart Series) |
§5.7.2.171 |
wireframe (Wireframe) |
§5.7.2.231 |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_Surface3DChart">
<sequence>
<group ref="EG_SurfaceChartShared" minOccurs="1" maxOccurs="1"/>
<element name="axId" type="CT_UnsignedInt" minOccurs="3" maxOccurs="3"/>
<element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
</sequence>
</complexType>