|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
public interface itrendlines
represents itrendlines.
method summary | |
---|---|
float |
getbackward()
gets or sets the backward. |
boolean |
getdisplayequation()
gets or sets the displayequation. |
boolean |
getdisplayrsquaredvalue()
gets or sets the displayrsquaredvalue. |
float |
getforward()
gets or sets the forward. |
float |
getintercept()
gets or sets the intercept.supported only exp,line or poly type. |
int |
getperiod()
gets or sets the period only for moving average trendline. |
int |
getpolynomialtrendlineorder()
gets or sets the order only for polynomial trendline. |
trendlinesimpletype |
gettype()
gets or sets the trendlinesimpletype. |
void |
setbackward(float value)
gets or sets the backward. |
void |
setdisplayequation(boolean value)
gets or sets the displayequation. |
void |
setdisplayrsquaredvalue(boolean value)
gets or sets the displayrsquaredvalue. |
void |
setforward(float value)
gets or sets the forward. |
void |
setintercept(float value)
gets or sets the intercept.supported only exp,line or poly type. |
void |
setperiod(int value)
gets or sets the period only for moving average trendline. |
void |
setpolynomialtrendlineorder(int value)
gets or sets the order only for polynomial trendline. |
void |
settype(trendlinesimpletype value)
gets or sets the trendlinesimpletype. |
method detail |
---|
float getbackward()
void setbackward(float value)
value
- float getforward()
void setforward(float value)
value
- float getintercept()
void setintercept(float value)
value
- boolean getdisplayequation()
void setdisplayequation(boolean value)
value
- boolean getdisplayrsquaredvalue()
void setdisplayrsquaredvalue(boolean value)
value
- int getpolynomialtrendlineorder()
void setpolynomialtrendlineorder(int value)
value
- int getperiod()
void setperiod(int value)
value
- trendlinesimpletype gettype()
void settype(trendlinesimpletype value)
value
-
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |