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