Message-ID: <1198955737.8183.1711636179259.JavaMail.web05$@web05> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_8182_2094784665.1711636179259" ------=_Part_8182_2094784665.1711636179259 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html Trendline.Regression

Trendline.Regression

Description

=20

A Trendline.Regression= value specifies the type of trendline to display on the graph.

=20
C#
=20
 public sealed class Regression : TypesafeEnum
=20
=20
vb.net
=20
Public NotInheritable Class Regression
=09=09Inherits TypesafeEnum
=20
=20

Remarks

A linear trendline can= be achieved by setting the=20 Trendlin= e.RegressionType to Polynomial, and the=20 Trendli= ne.RegressionValue to 1.=20

Values

=20
=20 =20 =20 =20 =20 =20 =20 = =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20

Name

Description

Exponential

A curved line that is most useful when data = values rise or fall at increasingly higher rates. You cannot create an expo= nential trendline if your data contains zero or negative values.

Logarithmic

A best-fit curved line used when the rate of= change in the data increases or decreases quickly and then levels out.

MovingAverage

A line that smoothes out fluctuations in dat= a to show a pattern or trend more clearly.

Polynomial

A curved line used when data fluctuates. The= order of the polynomial can be determined by the number of fluctuations in= the data or by how many bends (hills and valleys) appear in the curve.

Power

A curved line that is best used with data se= ts that compare measurements that increase at a specific rate.

------=_Part_8182_2094784665.1711636179259--