[Table of Contents] [docx version]

Error! No text of specified style in document.

numRef (Number Reference)

This element specifies a reference to numeric data with a cache of the last values used.

Parent Elements

bubbleSize5.7.2.22); cat5.7.2.24); minus5.7.2.114); plus5.7.2.148); val5.7.2.225); xVal5.7.2.235); yVal5.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>