TrendlineType
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class TrendlineType extends System.Enum
Represents type of trend line
Fields
| Field | Description | 
|---|---|
| Exponential | Specifies the trendline shall be an exponential curve in the form. | 
| Linear | Specifies the trendline shall be a line in the form. | 
| Logarithmic | Specifies the trendline shall be a logarithmic curve in the form , where log is the natural logarithm. | 
| MovingAverage | Specifies the trendline shall be a moving average of period Period. | 
| Polynomial | Specifies the trendline shall be a polynomial curve of order Order in the form. | 
| Power | Specifies the trendline shall be a power curve in the form. | 
Exponential
public static final int Exponential
Specifies the trendline shall be an exponential curve in the form.
Linear
public static final int Linear
Specifies the trendline shall be a line in the form.
Logarithmic
public static final int Logarithmic
Specifies the trendline shall be a logarithmic curve in the form , where log is the natural logarithm.
MovingAverage
public static final int MovingAverage
Specifies the trendline shall be a moving average of period Period.
Polynomial
public static final int Polynomial
Specifies the trendline shall be a polynomial curve of order Order in the form.
Power
public static final int Power
Specifies the trendline shall be a power curve in the form.