Share via


ChartTitle Constructors

Definition

Overloads

ChartTitle()

Initializes a new instance of the ChartTitle class.

ChartTitle(OpenXmlElement[])

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

ChartTitle(IEnumerable<OpenXmlElement>)

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

ChartTitle(String)

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

ChartTitle()

Initializes a new instance of the ChartTitle class.

public ChartTitle ();
Public Sub New ()

Applies to

ChartTitle(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

ChartTitle(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

ChartTitle(String)

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

public ChartTitle (string outerXml);
new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle : string -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to