<bldOleChart> (Build Embedded Chart)

This element describes animation an a embedded Chart.

[Example: Consider displaying animation on a embedded graphical chart. The <bldOleChart>element should be use as follows:

<p:bldLst>
  <p:bldOleChart spid="1025" grpId="0"/>
</p:bldLst>

End example]

Parent Elements

<bldLst>4.6.14)

Attributes

Description

<animBg> (Animate Background)

This attribute describes whether to animate the background of the shape.

The possible values for this attribute are defined by the XML Schema boolean datatype.

<bld> (Build)

This attribute describes how the diagram will be built. The animation will animate the sub-elements in the container in the particular order defined by this attribute.

The possible values for this attribute are defined by the ST_TLOleChartBuildType simple type (§4.8.39).

<grpId> (Group ID)

This attribute ties effects persisted in the animation to the build information. The attribute is used by the editor when changes to the build information are made. GroupIDs are unique for a given shape. They are not guaranteed to be unique IDs across all shapes on a slide.

The possible values for this attribute are defined by the XML Schema unsignedInt datatype.

<spid> (Shape ID)

This attribute describes the shape to which the build applies.

The possible values for this attribute are defined by the ST_ShapeID simple type (§5.1.12.55).

<uiExpand> (Expand UI)

This attribute describes the view option indicating if the build should be displayed expanded.

The possible values for this attribute are defined by the XML Schema boolean datatype.

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_TLOleBuildChart">
	<attributeGroup ref="AG_TLBuild"/>
	<attribute name="bld" type="ST_TLOleChartBuildType" use="optional" default="allAtOnce"/>
	<attribute name="animBg" type="xsd:boolean" use="optional" default="true"/>
</complexType>