Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

Excerpt

Sets or returns the name of the trendline.

Signature
C#C#
Wiki Markup
{description}
{excerpt}Sets or returns the name of the trendline.{excerpt}
{signature:C#}
 public System.String Name{ get; set; }
Signature
{signature}{signature:vb.net
vb.net
}
Public Property Name() As 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.
{signature}
{remarks}
Trendlines have a default name that Excel uses. This name is based on the [RegressionType|Trendline.RegressionType], [RegressionValue|Trendline.RegressionValue] and [series name|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.
{remarks}