<trendlineType> (Trendline Type)

This element specifies the type of the trendline.

Parent Elements

<trendline>5.7.2.212)

Attributes

Description

<val> (Trendline Type Value)

Specifies the trendline type.

The possible values for this attribute are defined by the ST_TrendlineType simple type (§5.7.3.51).

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_TrendlineType">
	<attribute name="val" type="ST_TrendlineType" default="linear"/>
</complexType>