[Table of Contents] [docx version]
Error! No text of specified style in document.
ST_AnimationChartOnlyBuildType (Chart only Animation Types)
This simple type specifies the build options available only for animating a chart. These options specify the manner in which the objects within the chart should be grouped and animated.
This simple type's contents are a restriction of the XML Schema token datatype.
The following are possible enumeration values for this type:
|
Enumeration Value |
Description |
|
category (Catefory) |
Animate by each category |
|
categoryEl (Category Element) |
Animate by each element within the category |
|
series (Series) |
Animate by each series. |
|
seriesEl (Series Element) |
Animate by each element within the series |
|
Referenced By |
|
ST_AnimationChartBuildType (§5.1.12.5) |
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_AnimationChartOnlyBuildType">
<restriction base="xsd:token">
<enumeration value="series"/>
<enumeration value="category"/>
<enumeration value="seriesEl"/>
<enumeration value="categoryEl"/>
</restriction>
</simpleType>