HiLoLine
HiLoLine
HiLoLine
Constructors
Definition
Overloads
HiLoLine() HiLoLine() |
Initializes a new instance of the HiLoLine class. |
HiLoLine(OpenXmlElement[]) HiLoLine(OpenXmlElement[]) HiLoLine(OpenXmlElement[]) |
Initializes a new instance of the HiLoLine class with the specified child elements. |
HiLoLine(IEnumerable<OpenXmlElement>) HiLoLine(IEnumerable<OpenXmlElement>) HiLoLine(IEnumerable<OpenXmlElement>) |
Initializes a new instance of the HiLoLine class with the specified child elements. |
HiLoLine(String) HiLoLine(String) HiLoLine(String) |
Initializes a new instance of the HiLoLine class from outer XML. |
HiLoLine() HiLoLine()
Initializes a new instance of the HiLoLine class.
public HiLoLine ();
Public Sub New ()
HiLoLine(OpenXmlElement[]) HiLoLine(OpenXmlElement[]) HiLoLine(OpenXmlElement[])
Initializes a new instance of the HiLoLine class with the specified child elements.
public HiLoLine (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.HiLoLine : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.HiLoLine
Public Sub New (ParamArray childElements As OpenXmlElement())
Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
HiLoLine(IEnumerable<OpenXmlElement>) HiLoLine(IEnumerable<OpenXmlElement>) HiLoLine(IEnumerable<OpenXmlElement>)
Initializes a new instance of the HiLoLine class with the specified child elements.
public HiLoLine (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.HiLoLine : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.HiLoLine
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
HiLoLine(String) HiLoLine(String) HiLoLine(String)
Initializes a new instance of the HiLoLine class from outer XML.
public HiLoLine (string outerXml);
new DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.HiLoLine : string -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.HiLoLine
Public Sub New (outerXml As String)