共用方式為


TrendlineStyle Constructors

Definition

Overloads

TrendlineStyle()

Initializes a new instance of the TrendlineStyle class.

TrendlineStyle(OpenXmlElement[])

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

TrendlineStyle(IEnumerable<OpenXmlElement>)

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

TrendlineStyle(String)

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

TrendlineStyle()

Initializes a new instance of the TrendlineStyle class.

public TrendlineStyle ();
Public Sub New ()

Applies to

TrendlineStyle(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

TrendlineStyle(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

TrendlineStyle(String)

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

public TrendlineStyle (string outerXml);
new DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineStyle : string -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineStyle
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to