[Table of Contents] [docx version]
Error! No text of specified style in document.
ofPieType (Pie of Pie or Bar of Pie Type)
This element specifies whether this chart is pie of pie or bar of pie.
|
Parent Elements |
|
ofPieChart (§5.7.2.127) |
|
Attributes |
Description |
|
val (Pie of Pie or Bar of Pie Type Value) |
Specifies the type of pie of pie or bar of pie chart.
The possible values for this attribute are defined by the ST_OfPieType simple type (§5.7.3.28). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_OfPieType">
<attribute name="val" type="ST_OfPieType" default="pie"/>
</complexType>