public interface IErrorBar
| Modifier and Type | Method and Description |
|---|---|
void |
clearFormats()
Clears the formatting of the object.
|
void |
delete()
Deletes the object.
|
double |
getAmount()
Gets the amount of error bar.
|
ErrorBarDirection |
getDirection()
Returns the direction of the error bar.
|
EndStyleCap |
getEndStyle()
Gets the end style for the error bar.
|
IChartFormat |
getFormat()
Returns the format for chart elements.
|
java.lang.String |
getMinus()
Gets formula of negative error amount when error bar value type is Custom.
|
ISeries |
getParent()
Returns the parent object for the specified object.
|
java.lang.String |
getPlus()
Gets formula of positive error amount when error bar value type is Custom.
|
ErrorBarInclude |
getType()
Gets which error-bar parts to include.
|
ErrorBarType |
getValueType()
Gets the range marked by error bars.
|
void |
setAmount(double value)
Sets amount of error bar.
|
void |
setEndStyle(EndStyleCap value)
Sets the end style for the error bar.
|
void |
setMinus(java.lang.String value)
Sets formula of negative error amount when error bar value type is Custom.
|
void |
setPlus(java.lang.String value)
Sets formula of positive error amount when error bar value type is Custom.
|
void |
setType(ErrorBarInclude value)
Sets which error-bar parts to include.
|
void |
setValueType(ErrorBarType value)
Sets the range marked by error bars.
|
IChartFormat getFormat()
ISeries getParent()
ErrorBarDirection getDirection()
ErrorBarType getValueType()
void setValueType(ErrorBarType value)
ErrorBarInclude getType()
void setType(ErrorBarInclude value)
double getAmount()
void setAmount(double value)
java.lang.String getPlus()
void setPlus(java.lang.String value)
java.lang.String getMinus()
void setMinus(java.lang.String value)
EndStyleCap getEndStyle()
void setEndStyle(EndStyleCap value)
void clearFormats()
void delete()