Version

TrendlineCollection Class Members

The following tables list the members exposed by TrendlineCollection.

Public Properties
 NameDescription
Public PropertyChartReturns the owning chart (read-only) (Inherited from Infragistics.Documents.Excel.Charts.ChartObject)
Public PropertyCountReturns the number of items in the collection (read-only)  
Public PropertyIsReadOnlyDetermines if the collecion can be modified (read-only)  
Public PropertyItemReturns the Trendline instance at the specified ordinal position within the collection.  
Public PropertyOwnerreturns this object's owner. (read-only) (Inherited from Infragistics.Documents.Excel.Charts.ChartObject)
Public PropertySheetThe owning sheet (read-only) (Inherited from Infragistics.Documents.Excel.Charts.ChartObject)
Public PropertyWorkbookThe owning workbook (read-only) (Inherited from Infragistics.Documents.Excel.Charts.ChartObject)
Public PropertyWorksheetThe owning worksheet (read-only) (Inherited from Infragistics.Documents.Excel.Charts.ChartObject)
Public Methods
 NameDescription
Public MethodAddAdds a new Trendline to the collection  
Public MethodClearClears the collection.  
Public MethodContainsReturns a boolean value indicating whether the specified instance is contained within this collection.  
Public MethodGetEnumeratorGets an enumerator for the items in the collection  
Public MethodIndexOfReturns the index of the item in the collection.  
Public MethodInsertInserts a new Trendline into the collection at the specified index.  
Public MethodRemoveRemoves an item from the collection.  
Public MethodRemoveAtRemoves the series at the specified index  
See Also