BuildChart Class
Build Chart.When the object is serialized out as xml, its qualified name is a:bldChart.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlLeafElement
DocumentFormat.OpenXml.Drawing.BuildChart
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'宣言
Public Class BuildChart _
Inherits OpenXmlLeafElement
'使用
Dim instance As BuildChart
public class BuildChart : OpenXmlLeafElement
Remarks
[ISO/IEC 29500-1 初版]
20.1.2.2.1 bldChart (Build Chart)
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]
Parent Elements |
---|
bldSub (§19.5.17) |
Attributes |
Description |
---|---|
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. |
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). |
[Note: The W3C XML Schema definition of this element's content model (CT_AnimationChartBuildProperties) 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.