[Table of Contents] [docx version]
PresentationML Reference Material - Table of Contents
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 (Chart Build Element Type Enum ( Category )) |
Category |
gridLegend (Chart Build Element Type Enum ( Grid Legend )) |
Background Element (Grid and Legend) |
ptInCategory (Chart Build Element Type Enum ( Point in Cat )) |
Category Element |
ptInSeries (Chart Build Element Type Enum ( Point in Series )) |
Series Element |
series (Chart Build Element Type Enum ( Series )) |
Series |
Referenced By |
oleChartEl@type (§4.6.52) |
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>