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