<scaling>
(Scaling)
This element contains additional axis settings.
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
|
|
|
|
|
|
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>