NumericPoint 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
| NumericPoint() | Initializes a new instance of the NumericPoint class. | 
| NumericPoint(OpenXmlElement[]) | Initializes a new instance of the NumericPoint class with the specified child elements. | 
| NumericPoint(IEnumerable<OpenXmlElement>) | Initializes a new instance of the NumericPoint class with the specified child elements. | 
| NumericPoint(String) | Initializes a new instance of the NumericPoint class from outer XML. | 
NumericPoint()
Initializes a new instance of the NumericPoint class.
public NumericPoint();Public Sub New ()Applies to
NumericPoint(OpenXmlElement[])
Initializes a new instance of the NumericPoint class with the specified child elements.
public NumericPoint(params DocumentFormat.OpenXml.OpenXmlElement[] childElements);new DocumentFormat.OpenXml.Drawing.Charts.NumericPoint : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Drawing.Charts.NumericPointPublic Sub New (ParamArray childElements As OpenXmlElement())Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
NumericPoint(IEnumerable<OpenXmlElement>)
Initializes a new instance of the NumericPoint class with the specified child elements.
public NumericPoint(System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);new DocumentFormat.OpenXml.Drawing.Charts.NumericPoint : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Drawing.Charts.NumericPointPublic Sub New (childElements As IEnumerable(Of OpenXmlElement))Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
NumericPoint(String)
Initializes a new instance of the NumericPoint class from outer XML.
public NumericPoint(string outerXml);new DocumentFormat.OpenXml.Drawing.Charts.NumericPoint : string -> DocumentFormat.OpenXml.Drawing.Charts.NumericPointPublic Sub New (outerXml As String)Parameters
- outerXml
- String
Specifies the outer XML of the element.