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
Wiki Markup
{description}
{excerpt}Creates a new [Trendline|Trendline] object that is automatically added to the [Trendlines|Trendlines] collection.{excerpt}
{signature:C#}
 public Trendline CreateTrendline(Regression type)
{signature}{signature: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}