LineChart Constructors

Definition

Overloads

LineChart()

Initializes a new instance of the LineChart class.

LineChart(OpenXmlElement[])

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

LineChart(IEnumerable<OpenXmlElement>)

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

LineChart(String)

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

LineChart()

Initializes a new instance of the LineChart class.

public LineChart ();
Public Sub New ()

Applies to

LineChart(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

LineChart(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

LineChart(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to