[Table of Contents] [docx version]
Error! No text of specified style in document.
This element contains additional axis settings.
Parent Elements |
catAx (§5.7.2.25); dateAx (§5.7.2.39); serAx (§5.7.2.176); valAx (§5.7.2.227) |
Child Elements |
Subclause |
extLst (Chart Extensibility) |
§5.7.2.64 |
logBase (Logarithmic Base) |
§5.7.2.99 |
max (Maximum) |
§5.7.2.108 |
min (Minimum) |
§5.7.2.109 |
orientation (Axis Orientation) |
§5.7.2.131 |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_Scaling">
<sequence>
<element name="logBase" type="CT_LogBase" minOccurs="0" maxOccurs="1"/>
<element name="orientation" type="CT_Orientation" minOccurs="0" maxOccurs="1"/>
<element name="max" type="CT_Double" minOccurs="0" maxOccurs="1"/>
<element name="min" type="CT_Double" minOccurs="0" maxOccurs="1"/>
<element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
</sequence>
</complexType>