[Table of Contents] [docx version]
Error! No text of specified style in document.
This element specifies the 3-D view of the chart.
Parent Elements |
chart (§5.7.2.27) |
Child Elements |
Subclause |
depthPercent (Depth Percent) |
§5.7.2.41 |
extLst (Chart Extensibility) |
§5.7.2.64 |
hPercent (Height Percent) |
§5.7.2.83 |
perspective (Perspective) |
§5.7.2.137 |
rAngAx (Right Angle Axes) |
§5.7.2.156 |
rotX (X Rotation) |
§5.7.2.158 |
rotY (Y Rotation) |
§5.7.2.159 |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_View3D">
<sequence>
<element name="rotX" type="CT_RotX" minOccurs="0" maxOccurs="1"/>
<element name="hPercent" type="CT_HPercent" minOccurs="0" maxOccurs="1"/>
<element name="rotY" type="CT_RotY" minOccurs="0" maxOccurs="1"/>
<element name="depthPercent" type="CT_DepthPercent" minOccurs="0" maxOccurs="1"/>
<element name="rAngAx" type="CT_Boolean" minOccurs="0" maxOccurs="1"/>
<element name="perspective" type="CT_Perspective" minOccurs="0" maxOccurs="1"/>
<element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
</sequence>
</complexType>