[Table of Contents] [docx version]
Error! No text of specified style in document.
ser (Surface Chart Series)
This element specifies a series on a surface chart.
Parent Elements |
surface3DChart (§5.7.2.204); surfaceChart (§5.7.2.205) |
Child Elements |
Subclause |
cat (Category Axis Data) |
§5.7.2.24 |
extLst (Chart Extensibility) |
§5.7.2.64 |
idx (Index) |
§5.7.2.84 |
order (Order) |
§5.7.2.129 |
spPr (Shape Properties) |
§5.7.2.198 |
tx (Series Text) |
§5.7.2.216 |
val (Values) |
§5.7.2.225 |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_SurfaceSer">
<sequence>
<group ref="EG_SerShared" minOccurs="1" maxOccurs="1"/>
<element name="cat" type="CT_AxDataSource" minOccurs="0" maxOccurs="1"/>
<element name="val" type="CT_NumDataSource" minOccurs="0" maxOccurs="1"/>
<element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
</sequence>
</complexType>