<view3D>
(View In 3D)
This element specifies the 3-D view of the chart.
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
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>