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 backward.

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 backward.{excerpt}
{signature:C#}
 public double BackcastPeriods{ get; set; }
Signature
{signature}{signature:vb.net
vb.net
}
Public Property BackcastPeriods() As Double
Remarks
Setting this value will cause the trendline to start before the beginning of the data.
{signature}
{remarks}
Setting this value will cause the trendline to start before the beginning of the data.
{remarks}