QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
bldStep | ST_ChartBuildStep | required | ||||
categoryIdx | xsd:int | -1 | optional | |||
seriesIdx | xsd:int | -1 | optional |
Element | CT_AnimationElementChoice/chart |
<xsd:complexType name="CT_AnimationChartElement"> <xsd:attribute name="seriesIdx" type="xsd:int" use="optional" default="-1"/> <xsd:attribute name="categoryIdx" type="xsd:int" use="optional" default="-1"/> <xsd:attribute name="bldStep" type="ST_ChartBuildStep" use="required"/> </xsd:complexType> |