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