BuildChart.Build-Eigenschaft
Build.Represents the attribte in schema: bld
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "bld")> _
Public Property Build As StringValue
Get
Set
'Usage
Dim instance As BuildChart
Dim value As StringValue
value = instance.Build
instance.Build = value
[SchemaAttrAttribute(, "bld")]
public StringValue Build { get; set; }
Eigenschaftswert
Typ: DocumentFormat.OpenXml.StringValue
Returns StringValue.
Hinweise
Specifies how the chart will be built. The animation will animate 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.