BarChartSeries Constructors

Definition

Overloads

BarChartSeries()

Initializes a new instance of the BarChartSeries class.

BarChartSeries(OpenXmlElement[])

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

BarChartSeries(IEnumerable<OpenXmlElement>)

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

BarChartSeries(String)

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

BarChartSeries()

Initializes a new instance of the BarChartSeries class.

public BarChartSeries ();
Public Sub New ()

Applies to

BarChartSeries(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

BarChartSeries(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

BarChartSeries(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to