Freigeben über


BuildChart-Klasse

Build Chart.When the object is serialized out as xml, its qualified name is a:bldChart.

Vererbungshierarchie

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

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

Syntax

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

Hinweise

[ISO/IEC 29500-1 1. Ausgabe]

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. Die oben aufgeführten Textauszüge wurden von Microsoft (und/oder den Microsoft-Vendoren) von Englisch nach Deutsch übersetzt, und im Rahmen von ISO wird keinerlei Verantwortung für diese Übersetzungen übernommen.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Referenz

BuildChart-Member

DocumentFormat.OpenXml.Drawing-Namespace