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