<bldDgm> (Build Diagram)

This element specifies how to build the animation for a diagram.

example:
<p:bdldLst>
  <p:bldGraphic spid="4" grpId="0">
    <p:bldSub>
      <a:bldDgm bld="one"/>
    </p:bldSub>
  </p:bldGraphic>
</p:bldLst>

Parent Elements

<bldSub>4.6.17)

Attributes

Description

<bld> (Build)

Specifies how the chart 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_AnimationDgmBuildType simple type (§5.1.12.7).

<rev> (Reverse Animation)

Specifies whether the animation of the objects in this diagram should be reversed or not. If this attribute is not specified, a value of <false> is assumed.

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_AnimationDgmBuildProperties">
	<attribute name="bld" type="ST_AnimationDgmBuildType" use="optional" default="allAtOnce"/>
	<attribute name="rev" type="xsd:boolean" use="optional" default="false"/>
</complexType>