20.1.2.2.1 bldChart

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

[Example: Consider the following example where a chart is specified to be animated by category rather than as one entity. Thus, the bldChart element should be used as follows:

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

end example]

Attributes

bld (Build)

Specifies how the chart is built. The animation animates 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 (20.1.10.5).

animBg (Animate Background)

Specifies whether or not the chart background elements should be animated as well. [Note: An example of background elements are grid lines and the chart legend. end note]

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

[Note: The W3C XML Schema definition of this element’s content model (CT_AnimationChartBuildProperties) is located in A.4.1. end note]

Last updated on