BuildChart class
Build Chart. When the object is serialized out as xml, its qualified name is a:bldChart.
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlLeafElement
DocumentFormat.OpenXml.Drawing.BuildChart
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
[ISO/IEC 29500-1 1st Edition]
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.