For all trendline types except moving average, sets or returns the point on the value axis where the trendline should intercept.

<table class="wysiwyg-macro" data-macro-name="unmigrated-wiki-markup" style="background-image: url(/plugins/servlet/confluence/placeholder/macro-heading?definition=e3VubWlncmF0ZWQtd2lraS1tYXJrdXB9&amp;locale=en_GB&amp;version=2); background-repeat: no-repeat;" data-macro-body-type="PLAIN_TEXT"><tr><td class="wysiwyg-macro-body"><pre>
 public double Intercept{ get; set; }
</pre></td></tr></table>
<p>Public Property Intercept() As Double</p>

If an intercept is not being used, this property will return Double.NaN. After setting this value, Trendline.UseIntercept will return true. To stop using an intercept value, use Trendline.ClearIntercept().