<numCache>
(Number Cache)
This element specifies the last data shown on the chart for a series.
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
|
|
|
|
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>