Page tree

Versions Compared

Key

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

Excerpt

For all trendline types except moving average, sets or returns the number of periods the regression should extrapolate forward.

Signature
C#C#
Wiki Markup
{description}
{excerpt}For all trendline types except moving average, sets or returns the number of periods the regression should extrapolate forward.{excerpt}
{signature:C#}
 public double ForecastPeriods{ get; set; }
Signature
{signature}{signature:vb.net
vb.net
}
Public Property ForecastPeriods() As Double
Remarks
Settings this value causes the trendline to extend beyond the end of the data.
{signature}
{remarks}
Settings this value causes the trendline to extend beyond the end of the data.
{remarks}