[Table of Contents] [docx version]
Error! No text of specified style in document.
This element specifies a reference to numeric data with a cache of the last values used.
Parent Elements |
bubbleSize (§5.7.2.22); cat (§5.7.2.24); minus (§5.7.2.114); plus (§5.7.2.148); val (§5.7.2.225); xVal (§5.7.2.235); yVal (§5.7.2.238) |
Child Elements |
Subclause |
extLst (Chart Extensibility) |
§5.7.2.64 |
f (Formula) |
§5.7.2.65 |
numCache (Number Cache) |
§5.7.2.121 |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_NumRef">
<sequence>
<element name="f" type="xsd:string" minOccurs="1" maxOccurs="1"/>
<element name="numCache" type="CT_NumData" minOccurs="0" maxOccurs="1"/>
<element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
</sequence>
</complexType>