<dispUnits>
(Display Units)
This element specifies the scaling value of the display units for the value axis.
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
|
|
|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_DispUnits">
<sequence>
<choice>
<element name="custUnit" type="CT_Double" minOccurs="1" maxOccurs="1"/>
<element name="builtInUnit" type="CT_BuiltInUnit" minOccurs="1" maxOccurs="1"/>
</choice>
<element name="dispUnitsLbl" type="CT_DispUnitsLbl" minOccurs="0" maxOccurs="1"/>
<element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
</sequence>
</complexType>