void
Clears the formatting of the object.
void
double
Gets the number of periods (or units on a scatter chart) that the trendline extends backward.
Returns a
IDataLabel
object that represents the data label associated with the trendline.
boolean
Gets whether to display the equation for the trendline (True if the equation for the trendline is displayed on the chart, in the same data label as the R-squared value).
boolean
Gets whether to display the R-squared value (True if the R-squared value of the trendline is displayed on the chart, in the same data label as the equation).
Returns the format for chart elements.
double
Gets the number of periods (or units on a scatter chart) that the trendline extends forward.
int
Returns the index number of the object within the collection of similar objects.
double
Gets the point where the trendline crosses the value axis.
Gets the name of the object.
boolean
Gets if the trendline's name is automatically determined.
int
Gets the trendline order (an integer greater than 1) when the trendline type is Polynomial.
Returns the parent object for the specified object.
int
Gets the period for the moving-average trendline.
void
Sets the number of periods (or units on a scatter chart) that the trendline extends backward.
void
Sets whether to display the equation for the trendline (True if the equation for the trendline is displayed on the chart, in the same data label as the R-squared value).
void
Sets whether to display the R-squared value (True if the R-squared value of the trendline is displayed on the chart, in the same data label as the equation).
void
Sets the number of periods (or units on a scatter chart) that the trendline extends forward.
void
Sets the point where the trendline crosses the value axis.
void
Sets the name of the object.
void
Sets if the trendline's name is automatically determined.
void
Sets the trendline order (an integer is greater than or equal to 2 and less than or equal to 6) when the trendline type is Polynomial.
void
Sets the period for the moving-average trendline.
void