<numLit> (Number Literal)

This element specifies a set of numbers used for the parent element.

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

<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>