Share via


DataPoint Constructors

Definition

Overloads

DataPoint()

Initializes a new instance of the DataPoint class.

DataPoint(OpenXmlElement[])

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

DataPoint(IEnumerable<OpenXmlElement>)

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

DataPoint(String)

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

DataPoint()

Initializes a new instance of the DataPoint class.

public DataPoint ();
Public Sub New ()

Applies to

DataPoint(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

DataPoint(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

DataPoint(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to