Sets or returns the name of the trendline.

public System.String Name{ get; set; }
Public Property Name() As String

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.