Compartir a través de


Area3DChart Constructor (IEnumerable<OpenXmlElement>)

Initializes a new instance of the Area3DChart class with the specified child elements.

Namespace:  DocumentFormat.OpenXml.Drawing.Charts
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaración
Public Sub New ( _
    childElements As IEnumerable(Of OpenXmlElement) _
)
'Uso
Dim childElements As IEnumerable(Of OpenXmlElement)

Dim instance As New Area3DChart(childElements)
public Area3DChart(
    IEnumerable<OpenXmlElement> childElements
)

Parameters

See Also

Reference

Area3DChart Class

Area3DChart Members

Area3DChart Overload

DocumentFormat.OpenXml.Drawing.Charts Namespace