Share via


AxisUnitsLabel Constructors

Definition

Overloads

AxisUnitsLabel()

Initializes a new instance of the AxisUnitsLabel class.

AxisUnitsLabel(OpenXmlElement[])

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

AxisUnitsLabel(IEnumerable<OpenXmlElement>)

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

AxisUnitsLabel(String)

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

AxisUnitsLabel()

Initializes a new instance of the AxisUnitsLabel class.

public AxisUnitsLabel ();
Public Sub New ()

Applies to

AxisUnitsLabel(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

AxisUnitsLabel(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

AxisUnitsLabel(String)

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

public AxisUnitsLabel (string outerXml);
new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel : string -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to