[Table of Contents] [docx version]
Error! No text of specified style in document.
ST_ChartBuildStep (Chart Animation Build Step)
This simple type specifies an animation build step within a chart animation.
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 |
allPts (All Points) |
Animate all points within the chart for this animation build step |
category (Category) |
Animate a chart category for this animation build step |
gridLegend (Grid and Legend) |
Animate the chart grid and legend for this animation build step |
ptInCategory (Category Points) |
Animate a point in a chart category for this animation build step |
ptInSeries (Series Points) |
Animate a point in a chart series for this animation build step |
series (Series) |
Animate a chart series for this animation build step |
Referenced By |
chart@bldStep (§5.1.2.1.3) |
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_ChartBuildStep">
<restriction base="xsd:token">
<enumeration value="category"/>
<enumeration value="ptInCategory"/>
<enumeration value="series"/>
<enumeration value="ptInSeries"/>
<enumeration value="allPts"/>
<enumeration value="gridLegend"/>
</restriction>
</simpleType>