Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Signature
vb.net
vb.net
Public Property RegressionValue() As Integer
Exceptions
Exception
ArgumentException
ArgumentException

The value provided is not valid for the current Trendline.RegressionType value.

Remarks

For Polynomial regression trendlines, the value will be the order of the polynomial. This value must be between 1-6, inclusive, with 1 representing a linear trendline.

For MovingAverage trendlines, the value specifies the number of periods over which the average is computed.

An exception will be thrown if the following conditions are not met:

This value must be greater than or equal to 2.

For all other regression types, this value is unused.