<oleChartEl> (Embedded Chart Element)

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 <oldChartEl> 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]

Parent Elements

<spTgt>4.6.72)

Attributes

Description

<lvl> (Level)

This attribute describes the element levels to animate.

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

<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 (§4.8.35).

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

<complexType name="CT_TLOleChartTargetElement">
	<attribute name="type" type="ST_TLChartSubelementType" use="required"/>
	<attribute name="lvl" type="xsd:unsignedInt" use="optional" default="0"/>
</complexType>