Share via


BuildChart.Build Property

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; }

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

Remarks

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.

See Also

Reference

BuildChart Class

BuildChart Members

DocumentFormat.OpenXml.Drawing Namespace