Share via


DisplayUnits Constructors

Definition

Overloads

DisplayUnits()

Initializes a new instance of the DisplayUnits class.

DisplayUnits(OpenXmlElement[])

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

DisplayUnits(IEnumerable<OpenXmlElement>)

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

DisplayUnits(String)

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

DisplayUnits()

Initializes a new instance of the DisplayUnits class.

public DisplayUnits ();
Public Sub New ()

Applies to

DisplayUnits(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

DisplayUnits(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

DisplayUnits(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to