Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Description

Excerpt

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

Signature
C#
C#
<table class="diff-macro"><thead><tr><th class="diff-macro-title">unmigrated-wiki-markup</th></tr></thead><tbody><tr><td class="diff-macro-body"><pre>
 public double Intercept{ get; set; }
{signature}{signature:</pre></td></tr></tbody></table>
} Public
Signature
vb.net
vb.net

<p>Public Property Intercept() As Double
{signature}
{remarks}
If an intercept is not being used, this property will return [Double.NaN|http://msdn.microsoft.com/en-us/library/system.double.nan.aspx]. After setting this value, [Trendline.UseIntercept] will return true. To stop using an intercept value, use [Double</p>
Remarks

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()

]

.

{remarks}