[Table of Contents] [docx version]
Error! No text of specified style in document.
secondPieSize (Second Pie Size)
This element specifies the size of the second pie or bar of a pie of pie chart or a bar of pie chart, as a percentage of the size of the first pie.
Parent Elements |
ofPieChart (§5.7.2.127) |
Attributes |
Description |
val (Second Pie Size Value) |
Specifies the contents of this attribute will contain an integer between 5 and 200.
The possible values for this attribute are defined by the ST_SecondPieSize simple type (§5.7.3.41). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_SecondPieSize">
<attribute name="val" type="ST_SecondPieSize" default="75"/>
</complexType>