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