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