Static
$tStatic
nextSpecifies the number of periods or units by which the trendline extends backward.
Specifies the number of periods or units by which the trendline extends forward.
Specifies the value axis intercept for the trendline.
If this property is left unset, or assigned a value of null, the intercept is automatically determined by Excel.
Returns or sets a TrendlineLabel instance which determines the text and appearance of the trendline label.
This property is null by default, which prevents a label from appearing.
To display a label for the trendline, assign a TrendlineLabel instance to this property.
Returns a legendEntry instance which determines the appearance of this trendline's appearance in the WorksheetChart.legend.
Returns or sets a TrendlineLine instance which controls the color and width of the trendline.
To prevent the trendline from appearing in the chart, set this property to null.
Specifies the name of the trendline.
Specifies the order/degree of the polynomial function which defines the trendline. Applicable only when the trendlineType property is set to Polynomial.
This property is only applicable when the trendlineType property is set to Polynomial.
Trendlines support second-degree through sixth-degree polynomials.
returns this object's owner. (read-only) The owner or null if this object is owned directly by the Chart
Specifies the period for a moving-average trendline. Applicable only when the trendlineType property is set to MovingAverage.
Specifies the type of trendline, i.e., linear, exponential, polynomial, etc.
Static
compareStatic
compareStatic
equalsStatic
equalsStatic
getStatic
getStatic
getStatic
reference
Represents a Series trendline.
See
Series.trendlineCollection