FilteredSeriesTitle Constructors

Definition

Overloads

FilteredSeriesTitle()

Initializes a new instance of the FilteredSeriesTitle class.

FilteredSeriesTitle(OpenXmlElement[])

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

FilteredSeriesTitle(IEnumerable<OpenXmlElement>)

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

FilteredSeriesTitle(String)

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

FilteredSeriesTitle()

Initializes a new instance of the FilteredSeriesTitle class.

public FilteredSeriesTitle ();
Public Sub New ()

Applies to

FilteredSeriesTitle(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

FilteredSeriesTitle(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

FilteredSeriesTitle(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to