<bldChart> (Build Chart)

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

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

Parent Elements

<bldSub>4.6.17)

Attributes

Description

<animBg> (Animate Background)

Specifies whether or not the chart background elements should be animated as well. An example of background elements are grid lines and the chart legend.

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

<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_AnimationChartBuildType simple type (§5.1.12.5).

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

<complexType name="CT_AnimationChartBuildProperties">
	<attribute name="bld" type="ST_AnimationChartBuildType" use="optional" default="allAtOnce"/>
	<attribute name="animBg" type="xsd:boolean" use="optional" default="true"/>
</complexType>