Share via


DataLabelFieldTable Constructors

Definition

Overloads

DataLabelFieldTable()

Initializes a new instance of the DataLabelFieldTable class.

DataLabelFieldTable(OpenXmlElement[])

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

DataLabelFieldTable(IEnumerable<OpenXmlElement>)

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

DataLabelFieldTable(String)

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

DataLabelFieldTable()

Initializes a new instance of the DataLabelFieldTable class.

public DataLabelFieldTable ();
Public Sub New ()

Applies to

DataLabelFieldTable(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

DataLabelFieldTable(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

DataLabelFieldTable(String)

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

public DataLabelFieldTable (string outerXml);
new DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTable : string -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTable
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to