Share via


DataPointLine Constructors

Definition

Overloads

DataPointLine()

Initializes a new instance of the DataPointLine class.

DataPointLine(OpenXmlElement[])

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

DataPointLine(IEnumerable<OpenXmlElement>)

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

DataPointLine(String)

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

DataPointLine()

Initializes a new instance of the DataPointLine class.

public DataPointLine ();
Public Sub New ()

Applies to

DataPointLine(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

DataPointLine(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

DataPointLine(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to