Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

Excerpt

Returns a ChartText object representing a trendline label.

Signature
C#
C#

 public ChartText TrendlineLabel{ get; }
Signature
vb.net
vb.net

Public ReadOnly Property TrendlineLabel() As ChartText
Remarks

The contents of the Trendline label are generally controlled through the Trendline.ShowEquation and Trendline.ShowRSquaredValue values. However, when using .xlsx files you can override this default text The default text can be overridden in .xlsx with the ChartText.Text property of in the TrendlineLabel object. Starting in OfficeWriter 8.7 you can override the text in .xls files as well. You can also use this property to manipulate the formatting of the label.