Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Description

Excerpt

Creates a new Trendline object that is automatically added to the Trendlines collection.

Signature
C#
C#
 public Trendline CreateTrendline(Regression type)
Signature
vb.net
vb.net
Public Function CreateTrendline(ByVal type As Regression) As Trendline
Parameters
Param
type
type

One of the following Trendline.Regression : Exponential , Logarithmic , MovingAverage , Polynomial , Power .

Returns

A Trendline object representing a new trendline.