TrendlineLabel Constructors

Definition

Overloads

TrendlineLabel()

Initializes a new instance of the TrendlineLabel class.

TrendlineLabel(OpenXmlElement[])

Initializes a new instance of the TrendlineLabel class with the specified child elements.

TrendlineLabel(IEnumerable<OpenXmlElement>)

Initializes a new instance of the TrendlineLabel class with the specified child elements.

TrendlineLabel(String)

Initializes a new instance of the TrendlineLabel class from outer XML.

TrendlineLabel()

Initializes a new instance of the TrendlineLabel class.

public TrendlineLabel ();
Public Sub New ()

Applies to

TrendlineLabel(OpenXmlElement[])

Initializes a new instance of the TrendlineLabel class with the specified child elements.

public TrendlineLabel (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

TrendlineLabel(IEnumerable<OpenXmlElement>)

Initializes a new instance of the TrendlineLabel class with the specified child elements.

public TrendlineLabel (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

TrendlineLabel(String)

Initializes a new instance of the TrendlineLabel class from outer XML.

public TrendlineLabel (string outerXml);
new DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel : string -> DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to