<order>
(Polynomial Trendline Order)
This element specifies the order of the polynomial trend line. It is ignored for other trend line types.
Parent Elements |
---|
|
Attributes |
Description |
---|---|
|
Specifies that the contents of this attribute will contain an integer between 2 and 6. The possible values for this attribute are defined by the ST_Order simple type (§5.7.3.29). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_Order">
<attribute name="val" type="ST_Order" default="2"/>
</complexType>