[Table of Contents] [docx version]

Error! No text of specified style in document.

numCache (Number Cache)

This element specifies the last data shown on the chart for a series.

Parent Elements

numRef5.7.2.124)

 

Child Elements

Subclause

extLst (Chart Extensibility)

§5.7.2.64

formatCode (Format Code)

§5.7.2.71

pt (Numeric Point)

§5.7.2.151

ptCount (Point Count)

§5.7.2.153

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_NumData">

   <sequence>

   <element name="formatCode" type="ST_Xstring" minOccurs="0" maxOccurs="1"/>

   <element name="ptCount" type="CT_UnsignedInt" minOccurs="0" maxOccurs="1"/>

   <element name="pt" type="CT_NumVal" minOccurs="0" maxOccurs="unbounded"/>

   <element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>

   </sequence>

</complexType>