<pieChart> (Pie Charts)
This element contains the 2-D pie series for this chart.
Parent Elements  | 
|---|
  | 
Child Elements  | 
Subclause  | 
|---|---|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_PieChart">
	<sequence>
	<group ref="EG_PieChartShared" minOccurs="1" maxOccurs="1"/>
	<element name="firstSliceAng" type="CT_FirstSliceAng" minOccurs="0" maxOccurs="1"/>
	<element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
	</sequence>
</complexType>