TrendLine object
Returns or sets the text of the trend line legend.
Read-write, String
This example shows how to name the trend line legend text to “Trend Line for North Eastern Sales”:
ActiveDocument.Sections["Chart6"].TrendLines[1].LegendFormat = "Trend Line for North Eastern Sales"