[Table of Contents] [docx version]

Error! No text of specified style in document.

ser (Pie Chart Series)

This element specifies a series on a doughnut or pie chart.

Parent Elements

doughnutChart5.7.2.50); ofPieChart5.7.2.127); pie3DChart5.7.2.141); pieChart5.7.2.142)

 

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

explosion (Explosion)

§5.7.2.61

extLst (Chart Extensibility)

§5.7.2.64

idx (Index)

§5.7.2.84

order (Order)

§5.7.2.129

spPr (Shape Properties)

§5.7.2.198

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

   <sequence>

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

   <element name="explosion" type="CT_UnsignedInt" 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="cat" type="CT_AxDataSource" minOccurs="0" maxOccurs="1"/>

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

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

   </sequence>

</complexType>