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