Share via


Chart Class

Chart to Animate.When the object is serialized out as xml, its qualified name is a:chart.

Inheritance Hierarchy

System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlLeafElement
DocumentFormat.OpenXml.Drawing.Chart

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

Syntax

'宣言
Public Class Chart _
    Inherits OpenXmlLeafElement
'使用
Dim instance As Chart
public class Chart : OpenXmlLeafElement

Remarks

[ISO/IEC 29500-1 初版]

20.1.2.2.3 chart (Chart to Animate)

This element specifies a reference to a chart that should be animated within a sequence of slide animations. In addition to simply acting as a reference to a chart there is also animation build steps defined.

Parent Elements

graphicEl (§19.5.45)

Attributes

Description

bldStep (Animation Build Step)

Specifies which step this part of the chart should be built using. For instance the chart can be built as one object meaning it is animated as a single graphic. Alternatively the chart can be animated, or built as separate pieces.

The possible values for this attribute are defined by the ST_ChartBuildStep simple type (§20.1.10.13).

categoryIdx (Category Index)

Specifies the index of the category within the corresponding chart that should be animated.

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

seriesIdx (Series Index)

Specifies the index of the series within the corresponding chart that should be animated.

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

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

© ISO/IEC29500: 2008. 上記の引用はマイクロソフト (またはその代理) によって英語から日本語に翻訳されたものであり、ISO はこうした翻訳に対する責任を一切負いません。

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

Chart Members

DocumentFormat.OpenXml.Drawing Namespace