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