DataLabel Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.Chart.DataLabel : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.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.Chart.DataLabel : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.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.Chart.DataLabel : string -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabel
Public Sub New (outerXml As String)
Parameters
- outerXml
- String
Specifies the outer XML of the element.