<ST_TLOleChartBuildType>
(Embedded Chart Build Type)
This type describes how to build an embedded 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 |
---|---|
|
All At Once |
|
By Category |
|
By Category Element |
|
By Series |
|
By Series Element |
Referenced By |
---|
|
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_TLOleChartBuildType">
<restriction base="xsd:token">
<enumeration value="allAtOnce"/>
<enumeration value="series"/>
<enumeration value="category"/>
<enumeration value="seriesEl"/>
<enumeration value="categoryEl"/>
</restriction>
</simpleType>