<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 |
---|---|
|
Animate all points within the chart for this animation build step |
|
Animate a chart category for this animation build step |
|
Animate the chart grid and legend for this animation build step |
|
Animate a point in a chart category for this animation build step |
|
Animate a point in a chart series for this animation build step |
|
Animate a chart series for this animation build step |
Referenced By |
---|
|
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>