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