Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

Excerpt

Sets or returns the name of the trendline.

Signature
C#
C#
<table class="diff-macro"><thead><tr><th class="diff-macro-title">unmigrated-wiki-markup</th></tr></thead><tbody><tr><td class="diff-macro-body"><pre>
 public System.String Name{ get; set; }
</pre></td></tr></tbody></table>
Signature
vb.net
vb.net
Public <p>Public Property Name() As String</p>String
Remarks

Trendlines have a default name that Excel uses. This name is based on the RegressionType, RegressionValue and series name. Explicitly setting this property will override the default name. Setting this property to null or an empty string will make the trendline use Excel's default name instead of a custom name.