共用方式為


Bar3DChart Constructors

Definition

Overloads

Bar3DChart()

Initializes a new instance of the Bar3DChart class.

Bar3DChart(OpenXmlElement[])

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

Bar3DChart(IEnumerable<OpenXmlElement>)

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

Bar3DChart(String)

Initializes a new instance of the Bar3DChart class from outer XML.

Bar3DChart()

Initializes a new instance of the Bar3DChart class.

public Bar3DChart ();
Public Sub New ()

Applies to

Bar3DChart(OpenXmlElement[])

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

public Bar3DChart (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

Bar3DChart(IEnumerable<OpenXmlElement>)

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

public Bar3DChart (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

Bar3DChart(String)

Initializes a new instance of the Bar3DChart class from outer XML.

public Bar3DChart (string outerXml);
new DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart : string -> DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to