BuildOleChart.Build Property
Build.Represents the attribte in schema: bld
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaración
<SchemaAttrAttribute(, "bld")> _
Public Property Build As EnumValue(Of OleChartBuildValues)
Get
Set
'Uso
Dim instance As BuildOleChart
Dim value As EnumValue(Of OleChartBuildValues)
value = instance.Build
instance.Build = value
[SchemaAttrAttribute(, "bld")]
public EnumValue<OleChartBuildValues> Build { get; set; }
Property Value
Type: DocumentFormat.OpenXml.EnumValue<OleChartBuildValues>
Returns EnumValue<T>.
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.