|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<TrendLineType>
com.spire.xls.TrendLineType
public enum TrendLineType
Represents trend line values.
Enum Constant Summary | |
---|---|
Exponential
Represents Exponential trend line type. |
|
Linear
Represents Linear trend line type. |
|
Logarithmic
Represents Logarithmic trend line type. |
|
Moving_Average
Represents Moving average trend line type. |
|
Polynomial
Represents Polynomial trend line type. |
|
Power
Represents Power trend line type. |
Enum Constant Detail |
---|
public static final TrendLineType Exponential
public static final TrendLineType Linear
public static final TrendLineType Logarithmic
public static final TrendLineType Moving_Average
public static final TrendLineType Polynomial
public static final TrendLineType Power
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |