Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.drawing Package / TrendlineType Enumeration
In This Topic
    TrendlineType Enumeration
    In This Topic
    Specifies how the trendline that smoothes out fluctuations in the data is calculated.
    Members
    MemberDescription
    ExponentialUses an equation to calculate that the least squares fit through points.
    LinearUses the linear equation y = mx + b to calculate that the least squares fit through points.
    LogarithmicUses the equation y = c ln x + b to calculate that the least squares fit through points.
    MovingAvgUses a sequence of averages computed from parts of the data series. The number of points equals the total number of points in the series less the number specified for the period.
    PolynomialUses an equation to calculate that the least squares fit through points.
    PowerUses an equation to calculate that the least squares fit through points.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.grapecity.documents.excel.drawing.TrendlineType

    See Also