<ST_TLChartSubelementType>
(Chart Subelement Type)
This type defines an animation target element that is represented by a subelement of a chart.
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 |
---|---|
|
Category |
|
Background Element (Grid and Legend) |
|
Category Element |
|
Series Element |
|
Series |
Referenced By |
---|
|
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_TLChartSubelementType">
<restriction base="xsd:token">
<enumeration value="gridLegend"/>
<enumeration value="series"/>
<enumeration value="category"/>
<enumeration value="ptInSeries"/>
<enumeration value="ptInCategory"/>
</restriction>
</simpleType>