Share via


BuildChart.Build Property

Definition

Build

Represents the following attribute in the schema: bld

[DocumentFormat.OpenXml.SchemaAttr(0, "bld")]
public DocumentFormat.OpenXml.StringValue Build { get; set; }
public DocumentFormat.OpenXml.StringValue Build { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "bld")]
public DocumentFormat.OpenXml.StringValue? Build { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("bld")]
public DocumentFormat.OpenXml.StringValue? Build { get; set; }
public DocumentFormat.OpenXml.StringValue? Build { get; set; }
member this.Build : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "bld")>]
member this.Build : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("bld")>]
member this.Build : DocumentFormat.OpenXml.StringValue with get, set
Public Property Build As StringValue

Property Value

Returns StringValue.

Attributes

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.

Applies to