[Table of Contents] [docx version]

Error! No text of specified style in document.

ofPieChart (Pie of Pie or Bar of Pie Charts)

This element contains the pie of pie or bar of pie series on this chart. Only the first series shall be displayed. The splitType element shall determine whether the splitPos and custSplit elements apply.

Parent Elements

plotArea5.7.2.146)

 

Child Elements

Subclause

custSplit (Custom Split)

§5.7.2.35

dLbls (Data Labels)

§5.7.2.49

extLst (Chart Extensibility)

§5.7.2.64

gapWidth (Gap Width)

§5.7.2.75

ofPieType (Pie of Pie or Bar of Pie Type)

§5.7.2.128

secondPieSize (Second Pie Size)

§5.7.2.165

ser (Pie Chart Series)

§5.7.2.170

serLines (Series Lines)

§5.7.2.177

splitPos (Split Position)

§5.7.2.196

splitType (Split Type)

§5.7.2.197

varyColors (Vary Colors by Point)

§5.7.2.228

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

<complexType name="CT_OfPieChart">

   <sequence>

   <element name="ofPieType" type="CT_OfPieType" minOccurs="1" maxOccurs="1"/>

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

   <element name="gapWidth" type="CT_GapAmount" minOccurs="0" maxOccurs="1"/>

   <element name="splitType" type="CT_SplitType" minOccurs="0" maxOccurs="1"/>

   <element name="splitPos" type="CT_Double" minOccurs="0" maxOccurs="1"/>

   <element name="custSplit" type="CT_CustSplit" minOccurs="0" maxOccurs="1"/>

   <element name="secondPieSize" type="CT_SecondPieSize" minOccurs="0" maxOccurs="1"/>

   <element name="serLines" type="CT_ChartLines" minOccurs="0" maxOccurs="unbounded"/>

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

   </sequence>

</complexType>