|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IErrorBarsFormat
Method Summary | |
---|---|
boolean |
getErrorBarNoEndCap()
Indicates whether the EndCap is shown. |
int |
getErrorBarSimType()
Gets or sets the ErrorBarSimpleType. |
float |
getErrorBarVal()
Gets or sets the value of a ErrorBar. |
int |
getErrorBarvType()
Gets or sets the ErrorBarValueType. |
IChartGridLine |
getLine()
Gets a Line of a ErrorBar. |
float |
getMinusVal()
Gets or sets the Minus value of a ErrorBar. |
float |
getPlusVal()
Gets or sets the Plus value of a ErrorBar. |
void |
setErrorBarNoEndCap(boolean value)
Indicates whether the EndCap is shown. |
void |
setErrorBarSimType(int value)
Gets or sets the ErrorBarSimpleType. |
void |
setErrorBarVal(float value)
Gets or sets the value of a ErrorBar. |
void |
setErrorBarvType(int value)
Gets or sets the ErrorBarValueType. |
void |
setMinusVal(float value)
Gets or sets the Minus value of a ErrorBar. |
void |
setPlusVal(float value)
Gets or sets the Plus value of a ErrorBar. |
Method Detail |
---|
int getErrorBarvType()
void setErrorBarvType(int value)
value
- int getErrorBarSimType()
void setErrorBarSimType(int value)
value
- float getErrorBarVal()
void setErrorBarVal(float value)
value
- float getMinusVal()
void setMinusVal(float value)
value
- float getPlusVal()
void setPlusVal(float value)
value
- boolean getErrorBarNoEndCap()
void setErrorBarNoEndCap(boolean value)
value
- IChartGridLine getLine()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |