19.5.52 oleChartEl

This element specifies the subelement of an embedded chart to animate.

[Example: Consider an embedded Chart with a entrance animation effect applied to each of the graph’s categories. The element should be used as follows:

<p:animEffect transition="in" filter="blinds(horizontal)">
  <p:cBhvr>
    <p:cTn id="12" dur="500"/>
    <p:tgtEl>
      <p:spTgt spid="19460">
        <p:oleChartEl type="category" lvl="1"/>
      </p:spTgt>
    </p:tgtEl>
  </p:cBhvr>
</p:animEffect>

end example]

Attributes

type (Type)

This attribute specifies how to chart should be built during its animation.

The possible values for this attribute are defined by the ST_TLChartSubelementType simple type (19.7.31).

lvl (Level)

This attribute describes the element levels to animate.

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

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

Last updated on