Trendlines Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A collection of all the Trendline objects for the specified series.
public interface class Trendlines : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("54B7061A-D56C-40E5-B85B-58146446C782")]
public interface Trendlines : System.Collections.IEnumerable
type Trendlines = interface
interface IEnumerable
Public Interface Trendlines
Implements IEnumerable
- Attributes
- Implements
Remarks
Each Trendline object represents a trendline in a chart. A trendline shows the trend, or direction, of data in a series.
Properties
Application |
When used without an object qualifier, this property returns an _Application object that represents the Microsoft Word 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. |
Count |
Returns a Integer value that represents the number of objects in the collection. |
Creator |
Returns a 32-bit integer that indicates the application in which the specified object was created. Read-only Integer. |
Item[Object] |
Returns a single object from the collection. |
Parent |
Returns the parent for the specified object. Read-only Object. |
Methods
_Default(Object) |
Reserved for internal use. |
Add(XlTrendlineType, Object, Object, Object, Object, Object, Object, Object, Object) |
Creates a new trendline. Returns a Trendline object. |
GetEnumerator() |