Share via


BubbleChartSeries Constructors

Definition

Overloads

BubbleChartSeries()

Initializes a new instance of the BubbleChartSeries class.

BubbleChartSeries(OpenXmlElement[])

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

BubbleChartSeries(IEnumerable<OpenXmlElement>)

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

BubbleChartSeries(String)

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

BubbleChartSeries()

Initializes a new instance of the BubbleChartSeries class.

public BubbleChartSeries ();
Public Sub New ()

Applies to

BubbleChartSeries(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

BubbleChartSeries(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

BubbleChartSeries(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to