Trendline.DataLabel Property

Excel Developer Reference

Returns a DataLabel object that represents the data label associated with the trendline. Read-only.

Syntax

expression.DataLabel

expression   A variable that represents a Trendline object.

Remarks

To turn on data labels for a trendline you need to set the DisplayEquation property or the DisplayRSquared property to True.

See Also