ErrorBars Constructors

Definition

Overloads

ErrorBars()

Initializes a new instance of the ErrorBars class.

ErrorBars(OpenXmlElement[])

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

ErrorBars(IEnumerable<OpenXmlElement>)

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

ErrorBars(String)

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

ErrorBars()

Initializes a new instance of the ErrorBars class.

public ErrorBars ();
Public Sub New ()

Applies to

ErrorBars(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

ErrorBars(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

ErrorBars(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to