[Table of Contents] [docx version]

PresentationML Reference Material - Table of Contents

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

allAtOnce (Chart Build Type Enum ( All At Once ))

All At Once

category (Chart Build Type Enum ( Category ))

By Category

categoryEl (Chart Build Type Enum ( Category Element ))

By Category Element

series (Chart Build Type Enum ( Series ))

By Series

seriesEl (Chart Build Type Enum ( Series Element ))

By Series Element

 

Referenced By

bldOleChart@bld4.6.15)

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>