Version

Trendline Class Members

The following tables list the members exposed by Trendline.

Public Properties
 NameDescription
Public PropertyBackwardSpecifies the number of periods or units by which the trendline extends backward.  
Public PropertyChartReturns the owning chart (read-only) (Inherited from Infragistics.Documents.Excel.Charts.ChartObject)
Public PropertyForwardSpecifies the number of periods or units by which the trendline extends forward.  
Public PropertyInterceptSpecifies the value axis intercept for the trendline.  
Public PropertyLabelReturns or sets a TrendlineLabel instance which determines the text and appearance of the trendline label.  
Public PropertyLegendEntryReturns a LegendEntry instance which determines the appearance of this trendline's appearance in the Legend.  
Public PropertyLineReturns or sets a TrendlineLine instance which controls the color and width of the trendline.  
Public PropertyNameSpecifies the name of the trendline.  
Public PropertyOrderSpecifies the order/degree of the polynomial function which defines the trendline. Applicable only when the TrendlineType property is set to Polynomial.  
Public PropertyOwnerreturns this object's owner. (read-only) (Inherited from Infragistics.Documents.Excel.Charts.ChartObject)
Public PropertyPeriodSpecifies the period for a moving-average trendline. Applicable only when the TrendlineType property is set to MovingAverage.  
Public PropertySheetThe owning sheet (read-only) (Inherited from Infragistics.Documents.Excel.Charts.ChartObject)
Public PropertyTrendlineTypeSpecifies the type of trendline, i.e., linear, exponential, polynomial, etc.  
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)
See Also