|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<TrendlineSimpleType>
com.spire.presentation.charts.TrendlineSimpleType
public enum TrendlineSimpleType
Represents the TrendlineSimpleType.
Enum Constant Summary | |
---|---|
EXPONENTIAL
Specifies the TrendlineSimpleType is EXPONENTIAL. |
|
LINEAR
Specifies the TrendlineSimpleType is LINEAR. |
|
LOGARITHMIC
Specifies the TrendlineSimpleType is LOGARITHMIC. |
|
MOVING_AVERAGE
Specifies the TrendlineSimpleType is MOVING_AVERAGE. |
|
POLYNOMIAL
Specifies the TrendlineSimpleType is POLYNOMIAL. |
|
POWER
Specifies the TrendlineSimpleType is POWER. |
Method Summary | |
---|---|
java.lang.String |
getName()
Gets the name. |
static TrendlineSimpleType |
getTrendlineSimpleTypeFromValue(long value)
Gets the TrendlineSimpleType. |
int |
getValue()
Gets the value. |
Enum Constant Detail |
---|
public static final TrendlineSimpleType EXPONENTIAL
public static final TrendlineSimpleType LINEAR
public static final TrendlineSimpleType LOGARITHMIC
public static final TrendlineSimpleType MOVING_AVERAGE
public static final TrendlineSimpleType POLYNOMIAL
public static final TrendlineSimpleType POWER
Method Detail |
---|
public java.lang.String getName()
public int getValue()
public static TrendlineSimpleType getTrendlineSimpleTypeFromValue(long value)
value
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |