{description}
{excerpt}Specifies that the intercept value should not be used.{excerpt}
{signature:C#}
 public void ClearIntercept()
{signature}{signature:vb.net}
Public Sub ClearIntercept()
{signature}
{remarks}
After calling this method, [Trendline.UseIntercept] will return false, and the regression will not use any pre-defined intercept value.
{remarks}