{description}
{excerpt}Sets or returns the name of the trendline.{excerpt}
{signature:C#}
 public System.String Name{ get; set; }
{signature}{signature:vb.net}
Public Property Name() As String
{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}