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}{signature:
}
Signature
vb.net
vb.net
Public Function CreateTrendline(ByVal type As Regression) As Trendline
{signature}
{parameters}
{param:type}One of the following [Trendline.Regression|Trendline.Regression] : [Exponential|Trendline.Regression#Exponential] , [Logarithmic|Trendline.Regression#Logarithmic] , [MovingAverage|Trendline.Regression#MovingAverage] , [Polynomial|Trendline.Regression#Polynomial] , [Power|Trendline.Regression#Power] .{param}
{returns}A {{Trendline}} object representing a new trendline.{returns}
Parameters
Param
type
type

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

Returns

A Trendline object representing a new trendline.