ChartText Constructors

Definition

Overloads

ChartText()

Initializes a new instance of the ChartText class.

ChartText(OpenXmlElement[])

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

ChartText(IEnumerable<OpenXmlElement>)

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

ChartText(String)

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

ChartText()

Initializes a new instance of the ChartText class.

public ChartText ();
Public Sub New ()

Applies to

ChartText(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

ChartText(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

ChartText(String)

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

public ChartText (string outerXml);
new DocumentFormat.OpenXml.Drawing.Charts.ChartText : string -> DocumentFormat.OpenXml.Drawing.Charts.ChartText
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to