DataPoint Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.Drawing.Charts.DataPoint : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Drawing.Charts.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.Drawing.Charts.DataPoint : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Drawing.Charts.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.Drawing.Charts.DataPoint : string -> DocumentFormat.OpenXml.Drawing.Charts.DataPoint
Public Sub New (outerXml As String)
Parameters
- outerXml
- String
Specifies the outer XML of the element.