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