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 whether the intercept value will be used by the trendline.

Signature
C#C#
Wiki Markup
{description}
{excerpt}Specifies whether the intercept value will be used by the trendline.{excerpt}
{signature:C#}
 public boolean UseIntercept{ get; }
Signature
{signature}{signature:vb.net
vb.net
}
Public ReadOnly Property UseIntercept() As Boolean
Remarks
This method only returns whether or not the trendline will use a pre-defined intercept value. To get or set the value of the intercept, use Trendline.Intercept. Setting the value of the intercept will set this property to true. Clearing the value of the intercept with Trendline.ClearIntercept() will set this property to false.
{signature}
{remarks}
This method only returns whether or not the trendline will use a pre-defined intercept value. To get or set the value of the intercept, use [Trendline.Intercept]. Setting the value of the intercept will set this property to true. Clearing the value of the intercept with [Trendline.ClearIntercept()] will set this property to false.
{remarks}