<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 |
---|---|
|
Animate by each category |
|
Animate by each element within the category |
|
Animate by each series. |
|
Animate by each element within the series |
Referenced By |
---|
|
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>