OleChartElement Class

OLE Chart Element.When the object is serialized out as xml, its qualified name is p:oleChartEl.

Inheritance Hierarchy

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlLeafElement
      DocumentFormat.OpenXml.Presentation.OleChartElement

Namespace:  DocumentFormat.OpenXml.Presentation
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Class OleChartElement _
    Inherits OpenXmlLeafElement
'Usage
Dim instance As OleChartElement
public class OleChartElement : OpenXmlLeafElement

Remarks

[ISO/IEC 29500-1 1st Edition]

19.5.52 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 (§19.5.72)

Attributes

Description

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.

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).

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

© ISO/IEC29500: 2008.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

OleChartElement Members

DocumentFormat.OpenXml.Presentation Namespace