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