OfPieChart Constructors

Definition

Overloads

OfPieChart()

Initializes a new instance of the OfPieChart class.

OfPieChart(OpenXmlElement[])

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

OfPieChart(IEnumerable<OpenXmlElement>)

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

OfPieChart(String)

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

OfPieChart()

Initializes a new instance of the OfPieChart class.

public OfPieChart ();
Public Sub New ()

Applies to

OfPieChart(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

OfPieChart(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

OfPieChart(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to