<period>
(Period)
This element specifies the period of the trend line for a moving average trend line. It is ignored for other trend line types.
Parent Elements |
---|
|
Attributes |
Description |
---|---|
|
Specifies the contents of this attribute will contain an integer between 2 and 255. The possible values for this attribute are defined by the ST_Period simple type (§5.7.3.33). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_Period">
<attribute name="val" type="ST_Period" default="2"/>
</complexType>