<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 |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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>