Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / ITrendline Interface
Properties Methods

In This Topic
    ITrendline Interface Members
    In This Topic

    The following tables list the members exposed by ITrendline.

    Public Properties
     NameDescription
     PropertyGets or sets the number of periods (or units on a scatter chart) that the trendline extends backward.  
     PropertyGets an GrapeCity.Spreadsheet.IBorder object that represents the border of the object.  
     PropertyGets an IDataLabel object that represents the data label associated with the trendline.  
     PropertyGets or sets a value indicating whether the equation for the trendline is displayed on the chart (in the same data label as the R-squared value).  
     PropertyGets or sets a value indicating whether the R-squared value of the trendline is displayed on the chart (in the same data label as the equation).  
     PropertyGets the IChartFormat object.  
     PropertyGets or sets the number of periods (or units on a scatter chart) that the trendline extends forward.  
     PropertyGets a value that represents the index number of the object within the collection of similar objects.  
     PropertyGets or sets the point where the trendline crosses the value axis.  
     PropertyGets or sets a value that represents the trendline order (an integer greater than 1) when the trendline type is TrendlineType.Polynomial.  
     PropertyGets or sets the period for the moving-average trendline. Can be a value from 2 through 255.  
     PropertyGets or sets a TrendlineType value that represents the trendline type.  
    Top
    Public Methods
     NameDescription
     MethodClears the formatting of the object.  
     MethodDeletes the object.  
    Top
    See Also