Share via


UpDownBars Constructors

Definition

Overloads

UpDownBars()

Initializes a new instance of the UpDownBars class.

UpDownBars(OpenXmlElement[])

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

UpDownBars(IEnumerable<OpenXmlElement>)

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

UpDownBars(String)

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

UpDownBars()

Initializes a new instance of the UpDownBars class.

public UpDownBars ();
Public Sub New ()

Applies to

UpDownBars(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

UpDownBars(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

UpDownBars(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to