asposecells.api

Class TrendlineType

Utility class containing constants. Represents the trendline type.

Field Summary
const  intEXPONENTIAL
Exponential
const  intLINEAR
Linear
const  intLOGARITHMIC
Logarithmic
const  intMOVING_AVERAGE
MovingAverage
const  intPOLYNOMIAL
Polynomial
const  intPOWER
Power
 

    • Field Detail

      • EXPONENTIAL

        const int EXPONENTIAL
        Exponential
      • LINEAR

        const int LINEAR
        Linear
      • LOGARITHMIC

        const int LOGARITHMIC
        Logarithmic
      • MOVING_AVERAGE

        const int MOVING_AVERAGE
        MovingAverage
      • POLYNOMIAL

        const int POLYNOMIAL
        Polynomial
      • POWER

        const int POWER
        Power