SeriesText 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
SeriesText() |
Initializes a new instance of the SeriesText class. |
SeriesText(OpenXmlElement[]) |
Initializes a new instance of the SeriesText class with the specified child elements. |
SeriesText(IEnumerable<OpenXmlElement>) |
Initializes a new instance of the SeriesText class with the specified child elements. |
SeriesText(String) |
Initializes a new instance of the SeriesText class from outer XML. |
SeriesText()
Initializes a new instance of the SeriesText class.
public SeriesText ();
Public Sub New ()
Applies to
SeriesText(OpenXmlElement[])
Initializes a new instance of the SeriesText class with the specified child elements.
public SeriesText (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Drawing.Charts.SeriesText : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText
Public Sub New (ParamArray childElements As OpenXmlElement())
Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
SeriesText(IEnumerable<OpenXmlElement>)
Initializes a new instance of the SeriesText class with the specified child elements.
public SeriesText (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Drawing.Charts.SeriesText : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
SeriesText(String)
Initializes a new instance of the SeriesText class from outer XML.
public SeriesText (string outerXml);
new DocumentFormat.OpenXml.Drawing.Charts.SeriesText : string -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText
Public Sub New (outerXml As String)
Parameters
- outerXml
- String
Specifies the outer XML of the element.