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