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