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