The TrendLine type exposes the following members.
          
            
Constructors
        
        
          
            
Methods
        
| Name | Description | |
|---|---|---|
| 
                 | 
              Equals | (Inherited from Object.) | 
| 
                 | 
              Finalize | 
                 
                    Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
                  (Inherited from Object.) | 
            
| 
                 | 
              GetCoefficients | 
                 
            Returns the calculatedCalculated the coefficients of the TrendLine. 
             
               | 
            
| 
                 | 
              GetHashCode | 
                 
                    Serves as a hash function for a particular type. 
                  (Inherited from Object.) | 
            
| 
                 | 
              GetType | 
                 
                    Gets the Type of the current instance.
                  (Inherited from Object.) | 
            
| 
                 | 
              GetY | 
                 
            Calculates the value of the TrendLine at the specified value of X. 
             
               | 
            
| 
                 | 
              MemberwiseClone | 
                 
                    Creates a shallow copy of the current Object.
                  (Inherited from Object.) | 
            
| 
                 | 
              NotifyChanges | |
| 
                 | 
              ToString | (Overrides Object..::..ToString()()()().) | 
          
            
Properties
        
| Name | Description | |
|---|---|---|
| 
                 | 
              CustomTrendLine | 
                 
            Gets or sets the object that provides a user-defined calculation of the TrendLine.
             
               | 
            
| 
                 | 
              DataArray | 
                 
            Gets or sets the array index of y values that is used for TrendLine.
             
               | 
            
| 
                 | 
              ForecastBackward | 
                 
            Gets or sets the value that specifies how long the trend line extends in x axis
            direction relative to the appropriate data minimum.
             
               | 
            
| 
                 | 
              ForecastForward | 
                 
            Gets or sets the value that specifies how long the trend line extends in x axis direction
             relative to the appropriate data maximum.
             
               | 
            
| 
                 | 
              Label | |
| 
                 | 
              LegendEntry | 
                 
            Gets or sets whether the TrendLine will be shown in legend.
             
               | 
            
| 
                 | 
              LineStyle | 
                 
            Gets or sets the line style used  to plot the TrendLine.
             
               | 
            
| 
                 | 
              NumTerms | |
| 
                 | 
              Period | 
                 
            Gets or sets the period of the TrendLine calculation.
             
               | 
            
| 
                 | 
              PlotLinesMethod | 
                 
            Gets or sets the method used to plot a TrendLine.
             
               | 
            
| 
                 | 
              PlotNumPoints | 
                 
            Gets or sets the number of points used to plot the TrendLine.
             
               | 
            
| 
                 | 
              PlotOverData | 
                 
            Gets or sets whether the TrendLine is plotted over or behind the data.
             
               | 
            
| 
                 | 
              RegressionOptions | 
                 
            Gets the options for calculation of the regression.
             
               | 
            
| 
                 | 
              RegressionStatistics | 
                 
            Gets the statistical information about calculated regression.
             
               | 
            
| 
                 | 
              SeriesIndex | 
                 
            Gets or sets the index of the data series that is used to calculate the TrendLine.
             
               | 
            
| 
                 | 
              SeriesLabel | 
                 
            Gets the label of the data series that is used to calculate the TrendLine.
             
               | 
            
| 
                 | 
              Text | 
                 
            Gets or sets the text associated with the TrendLine shown in legend.
             
               | 
            
| 
                 | 
              TrendLineType | 
                 
            Gets or sets the type of TrendLine.
             
               | 
            
| 
                 | 
              UseYIntercept | |
| 
                 | 
              Visible | 
                 
            Gets or sets whether the TrendLine is visible.
             
               | 
            
| 
                 | 
              YIntercept |