[Table of Contents] [docx version]
Error! No text of specified style in document.
ST_AnimationChartBuildType (Chart Animation Build Type)
This simple type specifies the ways that a chart animation can be built. That is, it specifies the way in which the objects within the chart should be animated.
This simple type is defined as a union of the following types:
• TheST_AnimationBuildType simple type (§5.1.12.4).
• TheST_AnimationChartOnlyBuildType simple type (§5.1.12.6).
Referenced By |
bldChart@bld (§5.1.2.1.1) |
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_AnimationChartBuildType">
<union memberTypes="ST_AnimationBuildType ST_AnimationChartOnlyBuildType"/>
</simpleType>