[Table of Contents] [docx version]
Error! No text of specified style in document.
This element specifies the scaling value of the display units for the value axis.
Parent Elements |
valAx (§5.7.2.227) |
Child Elements |
Subclause |
builtInUnit (Built in Display Unit Value) |
§5.7.2.23 |
custUnit (Custom Display Unit) |
§5.7.2.36 |
dispUnitsLbl (Display Units Label) |
§5.7.2.46 |
extLst (Chart Extensibility) |
§5.7.2.64 |
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>