[Table of Contents] [docx version]

Error! No text of specified style in document.

ST_TrendlineType (Trendline Type)

This simple type specifies all types of trendline which are available for series in a chart.

This simple type's contents are a restriction of the XML Schema string datatype.

The following are possible enumeration values for this type:

Enumeration Value

Description

exp (Exponential)

Specifies the trendline shall be an exponential curve in the form .

linear (Linear)

Specifies the trendline shall be a line in the form .

log (Logarithmic)

Specifies the trendline shall be a logarithmic curve in the form , where log is the natural logarithm.

movingAvg (Moving Average)

Specifies the trendline shall be a moving average of period Period.

poly (Polynomial)

Specifies the trendline shall be a polynomial curve of order Order in the form +.

power (Power)

Specifies the trendline shall be a power curve in the form .

 

Referenced By

trendlineType@val5.7.2.214)

The following XML Schema fragment defines the contents of this simple type:

<simpleType name="ST_TrendlineType">

   <restriction base="xsd:string">

   <enumeration value="exp"/>

   <enumeration value="linear"/>

   <enumeration value="log"/>

   <enumeration value="movingAvg"/>

   <enumeration value="poly"/>

   <enumeration value="power"/>

   </restriction>

</simpleType>