[Table of Contents] [docx version]

Error! No text of specified style in document.

ser (Line Chart Series)

This element specifies a series on a line chart.

Parent Elements

line3DChart5.7.2.97); lineChart5.7.2.98); stockChart5.7.2.199)

 

Child Elements

Subclause

cat (Category Axis Data)

§5.7.2.24

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

val (Values)

§5.7.2.225

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

<complexType name="CT_LineSer">

   <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="1"/>

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

   <element name="val" 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>