Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate


com.aspose.cells
Interface TrendlineType


public interface TrendlineType

Represents the trendline type.


Field Summary
static short EXPONENTIAL
          Exponential
static short LINEAR
          Linear
static short LOGARITHMIC
          Logarithmic
static short MOVING_AVERAGE
          Moving Average
static short POLYNOMIAL
          Polynomial.
static short POWER
          Power.
 

Field Detail

LINEAR

static final short LINEAR
Linear

See Also:
Constant Field Values

EXPONENTIAL

static final short EXPONENTIAL
Exponential

See Also:
Constant Field Values

LOGARITHMIC

static final short LOGARITHMIC
Logarithmic

See Also:
Constant Field Values

MOVING_AVERAGE

static final short MOVING_AVERAGE
Moving Average

See Also:
Constant Field Values

POLYNOMIAL

static final short POLYNOMIAL
Polynomial.

See Also:
Constant Field Values

POWER

static final short POWER
Power.

See Also:
Constant Field Values