trendlinesimpletype-ag凯发旗舰厅



com.spire.presentation.charts
enum trendlinesimpletype

java.lang.object
  extended by java.lang.enum<trendlinesimpletype>
      extended by com.spire.presentation.charts.trendlinesimpletype
all implemented interfaces:
java.lang.comparable<trendlinesimpletype>

public enum trendlinesimpletype
extends java.lang.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

exponential

public static final trendlinesimpletype exponential
specifies the trendlinesimpletype is exponential.

linear

public static final trendlinesimpletype linear
specifies the trendlinesimpletype is linear.

logarithmic

public static final trendlinesimpletype logarithmic
specifies the trendlinesimpletype is logarithmic.

moving_average

public static final trendlinesimpletype moving_average
specifies the trendlinesimpletype is moving_average.

polynomial

public static final trendlinesimpletype polynomial
specifies the trendlinesimpletype is polynomial.

power

public static final trendlinesimpletype power
specifies the trendlinesimpletype is power.
method detail

getname

public java.lang.string getname()
gets the name.
returns:

getvalue

public int getvalue()
gets the value.
returns:

gettrendlinesimpletypefromvalue

public static trendlinesimpletype gettrendlinesimpletypefromvalue(long value)
gets the trendlinesimpletype.
parameters:
value -
returns:


网站地图