DataLabel Constructors

Definition

Overloads

DataLabel()

Initializes a new instance of the DataLabel class.

DataLabel(OpenXmlElement[])

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

DataLabel(IEnumerable<OpenXmlElement>)

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

DataLabel(String)

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

DataLabel()

Initializes a new instance of the DataLabel class.

public DataLabel ();
Public Sub New ()

Applies to

DataLabel(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

DataLabel(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

DataLabel(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to