TrendlineName Constructors

Definition

Overloads

TrendlineName()

Initializes a new instance of the TrendlineName class.

TrendlineName(String)

Initializes a new instance of the TrendlineName class with the specified text content.

TrendlineName()

Initializes a new instance of the TrendlineName class.

public TrendlineName ();
Public Sub New ()

Applies to

TrendlineName(String)

Initializes a new instance of the TrendlineName class with the specified text content.

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

Parameters

text
String

Specifies the text content of the element.

Applies to