Share via


TickLabels Constructors

Definition

Overloads

TickLabels()

Initializes a new instance of the TickLabels class.

TickLabels(OpenXmlElement[])

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

TickLabels(IEnumerable<OpenXmlElement>)

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

TickLabels(String)

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

TickLabels()

Initializes a new instance of the TickLabels class.

public TickLabels ();
Public Sub New ()

Applies to

TickLabels(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

TickLabels(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

TickLabels(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to