Aracılığıyla paylaş


BubbleChartExtension Constructors

Definition

Overloads

BubbleChartExtension()

Initializes a new instance of the BubbleChartExtension class.

BubbleChartExtension(OpenXmlElement[])

Initializes a new instance of the BubbleChartExtension class with the specified child elements.

BubbleChartExtension(IEnumerable<OpenXmlElement>)

Initializes a new instance of the BubbleChartExtension class with the specified child elements.

BubbleChartExtension(String)

Initializes a new instance of the BubbleChartExtension class from outer XML.

BubbleChartExtension()

Initializes a new instance of the BubbleChartExtension class.

public BubbleChartExtension ();
Public Sub New ()

Applies to

BubbleChartExtension(OpenXmlElement[])

Initializes a new instance of the BubbleChartExtension class with the specified child elements.

public BubbleChartExtension (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtension : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtension
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

BubbleChartExtension(IEnumerable<OpenXmlElement>)

Initializes a new instance of the BubbleChartExtension class with the specified child elements.

public BubbleChartExtension (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtension : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtension
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

BubbleChartExtension(String)

Initializes a new instance of the BubbleChartExtension class from outer XML.

public BubbleChartExtension (string outerXml);
new DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtension : string -> DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtension
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to