com.aspose.slides
Class TrendlineTypeEx

java.lang.Object
  extended by com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      extended by com.aspose.ms.System.Enum
          extended by com.aspose.slides.TrendlineTypeEx

public final class TrendlineTypeEx
extends com.aspose.ms.System.Enum

Represents type of trend line


Nested Class Summary
 
Nested classes/interfaces inherited from class com.aspose.ms.System.Enum
com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum
 
Field Summary
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.
 
Fields inherited from class com.aspose.ms.System.Enum
EnumSeparatorCharArray
 
Method Summary
 
Methods inherited from class com.aspose.ms.System.Enum
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Exponential

public static final int Exponential

Specifies the trendline shall be an exponential curve in the form.

See Also:
Constant Field Values

Linear

public static final int Linear

Specifies the trendline shall be a line in the form.

See Also:
Constant Field Values

Logarithmic

public static final int Logarithmic

Specifies the trendline shall be a logarithmic curve in the form , where log is the natural logarithm.

See Also:
Constant Field Values

MovingAverage

public static final int MovingAverage

Specifies the trendline shall be a moving average of period Period.

See Also:
Constant Field Values

Polynomial

public static final int Polynomial

Specifies the trendline shall be a polynomial curve of order Order in the form.

See Also:
Constant Field Values

Power

public static final int Power

Specifies the trendline shall be a power curve in the form.

See Also:
Constant Field Values