<scatterChart> (Scatter Charts)

This element contains the scatter chart series for this chart.

Parent Elements

<plotArea>5.7.2.146)

Child Elements

Subclause

<axId> (Axis ID)

§5.7.2.9

<dLbls> (Data Labels)

§5.7.2.49

<extLst> (Chart Extensibility)

§5.7.2.64

<scatterStyle> (Scatter Style)

§5.7.2.163

<ser> (Scatter Chart Series)

§5.7.2.172

<varyColors> (Vary Colors by Point)

§5.7.2.228

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

<complexType name="CT_ScatterChart">
	<sequence>
	<element name="scatterStyle" type="CT_ScatterStyle" minOccurs="1" maxOccurs="1"/>
	<element name="varyColors" type="CT_Boolean" minOccurs="0" maxOccurs="1"/>
	<element name="ser" type="CT_ScatterSer" minOccurs="0" maxOccurs="unbounded"/>
	<element name="dLbls" type="CT_DLbls" minOccurs="0" maxOccurs="1"/>
	<element name="axId" type="CT_UnsignedInt" minOccurs="2" maxOccurs="2"/>
	<element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
	</sequence>
</complexType>