Share via


HighLowLines Constructors

Definition

Overloads

HighLowLines()

Initializes a new instance of the HighLowLines class.

HighLowLines(OpenXmlElement[])

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

HighLowLines(IEnumerable<OpenXmlElement>)

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

HighLowLines(String)

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

HighLowLines()

Initializes a new instance of the HighLowLines class.

public HighLowLines ();
Public Sub New ()

Applies to

HighLowLines(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

HighLowLines(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

HighLowLines(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to