[Table of Contents] [docx version]
Error! No text of specified style in document.
ST_OfPieType (Pie of Pie or Bar of Pie Type)
This simple type specifies the possible types of Pie or Pie or Bar of Pie charts.
This simple type's contents are a restriction of the XML Schema string datatype.
The following are possible enumeration values for this type:
Enumeration Value |
Description |
bar (Bar) |
Specifies that the chart is a bar of pie chart, not a pie of pie chart. |
pie (Pie) |
Specifies that the chart is pie of pie chart, not a bar of pie chart. |
Referenced By |
ofPieType@val (ยง5.7.2.128) |
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_OfPieType">
<restriction base="xsd:string">
<enumeration value="pie"/>
<enumeration value="bar"/>
</restriction>
</simpleType>