public final class TrendlineType
extends com.aspose.ms.System.Enum
Represents type of trend line
Modifier and Type | Field and Description |
---|---|
static int |
Exponential
Specifies the trendline shall be an exponential curve in the form.
|
static int |
Linear
Specifies the trendline shall be a line in the form.
|
static int |
Logarithmic
Specifies the trendline shall be a logarithmic curve in the form , where log is the natural logarithm.
|
static int |
MovingAverage
Specifies the trendline shall be a moving average of period Period.
|
static int |
Polynomial
Specifies the trendline shall be a polynomial curve of order Order in the form.
|
static int |
Power
Specifies the trendline shall be a power curve in the form.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int Exponential
Specifies the trendline shall be an exponential curve in the form.
public static final int Linear
Specifies the trendline shall be a line in the form.
public static final int Logarithmic
Specifies the trendline shall be a logarithmic curve in the form , where log is the natural logarithm.
public static final int MovingAverage
Specifies the trendline shall be a moving average of period Period.
public static final int Polynomial
Specifies the trendline shall be a polynomial curve of order Order in the form.
public static final int Power
Specifies the trendline shall be a power curve in the form.