BuildOleChart.Build Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Build
Represents the following attribute in the schema: bld
[DocumentFormat.OpenXml.SchemaAttr(0, "bld")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.OleChartBuildValues> Build { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.OleChartBuildValues> Build { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "bld")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.OleChartBuildValues>? Build { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("bld")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.OleChartBuildValues>? Build { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.OleChartBuildValues>? Build { get; set; }
member this.Build : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.OleChartBuildValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "bld")>]
member this.Build : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.OleChartBuildValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("bld")>]
member this.Build : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.OleChartBuildValues> with get, set
Public Property Build As EnumValue(Of OleChartBuildValues)
Property Value
Returns EnumValue<T>.
- Attributes
Remarks
The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.
This attribute describes how the diagram 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_TLOleChartBuildType
simple type.