Trendline Members (Excel)
Represents a trendline in a chart.
Methods
Name |
Description |
---|---|
Clears the formatting of the object. |
|
Deletes the object. |
|
Selects the object. |
Properties
Name |
Description |
---|---|
When used without an object qualifier, this property returns an Application object that represents the Microsoft Excel application. When used with an object qualifier, this property returns an Application object that represents the creator of the specified object (you can use this property with an OLE Automation object to return the application of that object). Read-only. |
|
Returns or sets the number of periods (or units on a scatter chart) that the trendline extends backward. Read/write Double. |
|
Returns a Border object that represents the border of the object. |
|
Returns a 32-bit integer that indicates the application in which this object was created. Read-only Long. |
|
Returns a DataLabel object that represents the data label associated with the trendline. Read-only. |
|
True if the equation for the trendline is displayed on the chart (in the same data label as the R-squared value). Setting this property to True automatically turns on data labels. Read/write Boolean. |
|
True if the R-squared value of the trendline is displayed on the chart (in the same data label as the equation). Setting this property to True automatically turns on data labels. Read/write Boolean. |
|
Returns the ChartFormat object. Read-only. |
|
Returns or sets the number of periods (or units on a scatter chart) that the trendline extends forward. Read/write Double. |
|
Returns a Long value that represents the index number of the object within the collection of similar objects. |
|
Returns or sets the point where the trendline crosses the value axis. Read/write Double. |
|
True if the point where the trendline crosses the value axis is automatically determined by the regression. Read/write Boolean. |
|
Returns or sets a String value representing the name of the object. |
|
True if Microsoft Excel automatically determines the name of the trendline. Read/write Boolean. |
|
Returns or sets a Long value that represents the trendline order (an integer greater than 1) when the trendline type is xlPolynomial. |
|
Returns the parent object for the specified object. Read-only. |
|
Returns or sets the period for the moving-average trendline. Can be a value from 2 through 255. Read/write Long. |
|
Returns or sets a XlTrendlineType value that represents the trendline type. |