[Table of Contents] [docx version]
Error! No text of specified style in document.
doughnutChart (Doughnut Charts)
This element contains the doughnut chart series.
Parent Elements |
plotArea (§5.7.2.146) |
Child Elements |
Subclause |
dLbls (Data Labels) |
§5.7.2.49 |
extLst (Chart Extensibility) |
§5.7.2.64 |
firstSliceAng (First Slice Angle) |
§5.7.2.68 |
holeSize (Hole Size) |
§5.7.2.82 |
ser (Pie Chart Series) |
§5.7.2.170 |
varyColors (Vary Colors by Point) |
§5.7.2.228 |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_DoughnutChart">
<sequence>
<group ref="EG_PieChartShared" minOccurs="1" maxOccurs="1"/>
<element name="firstSliceAng" type="CT_FirstSliceAng" minOccurs="0" maxOccurs="1"/>
<element name="holeSize" type="CT_HoleSize" minOccurs="0" maxOccurs="1"/>
<element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
</sequence>
</complexType>