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