Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

Excerpt

Specifies that the intercept value should not be used.

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