[Table of Contents] [docx version]

Error! No text of specified style in document.

ser (Scatter Chart Series)

This element specifies a series on a scatter chart.

Parent Elements

scatterChart5.7.2.162)

 

Child Elements

Subclause

dLbls (Data Labels)

§5.7.2.49

dPt (Data Point)

§5.7.2.52

errBars (Error Bars)

§5.7.2.55

extLst (Chart Extensibility)

§5.7.2.64

idx (Index)

§5.7.2.84

marker (Marker)

§5.7.2.106

order (Order)

§5.7.2.129

smooth (Smoothing)

§5.7.2.195

spPr (Shape Properties)

§5.7.2.198

trendline (Trendlines)

§5.7.2.212

tx (Series Text)

§5.7.2.216

xVal (X Values)

§5.7.2.235

yVal (Y Values)

§5.7.2.238

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

<complexType name="CT_ScatterSer">

   <sequence>

   <group ref="EG_SerShared" minOccurs="1" maxOccurs="1"/>

   <element name="marker" type="CT_Marker" minOccurs="0" maxOccurs="1"/>

   <element name="dPt" type="CT_DPt" minOccurs="0" maxOccurs="unbounded"/>

   <element name="dLbls" type="CT_DLbls" minOccurs="0" maxOccurs="1"/>

   <element name="trendline" type="CT_Trendline" minOccurs="0" maxOccurs="unbounded"/>

   <element name="errBars" type="CT_ErrBars" minOccurs="0" maxOccurs="2"/>

   <element name="xVal" type="CT_AxDataSource" minOccurs="0" maxOccurs="1"/>

   <element name="yVal" type="CT_NumDataSource" minOccurs="0" maxOccurs="1"/>

   <element name="smooth" type="CT_Boolean" minOccurs="0" maxOccurs="1"/>

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

   </sequence>

</complexType>