Share via


LineChartSeries Constructors

Definition

Overloads

LineChartSeries()

Initializes a new instance of the LineChartSeries class.

LineChartSeries(OpenXmlElement[])

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

LineChartSeries(IEnumerable<OpenXmlElement>)

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

LineChartSeries(String)

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

LineChartSeries()

Initializes a new instance of the LineChartSeries class.

public LineChartSeries ();
Public Sub New ()

Applies to

LineChartSeries(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

LineChartSeries(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

LineChartSeries(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to