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