|
|||||||||
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 |