Interface IErrorBar
public interface IErrorBar
Represents the error bars in a chart series. Error bars indicate the degree of uncertainty for chart data. Only series in area, bar, column, line, and scatter groups on a 2D chart can have error bars. Only series in scatter groups can have x and y error bars.
Method Summary
All Methods Instance Methods Abstract Methods
void
Clears the formatting of the object.
void
double
Gets the amount of error bar.
Returns the direction of the error bar.
Gets the end style for the error bar.
Returns the format for chart elements.
Gets formula of negative error amount when error bar value type is Custom.
Returns the parent object for the specified object.
Gets formula of positive error amount when error bar value type is Custom.
Gets which error-bar parts to include.
Gets the range marked by error bars.
void
Sets amount of error bar.
void
Sets the end style for the error bar.
void
Sets formula of negative error amount when error bar value type is Custom.
void
Sets formula of positive error amount when error bar value type is Custom.
void
Sets which error-bar parts to include.
void
Sets the range marked by error bars.
Method Details
getParent
Returns the parent object for the specified object.
getDirection
Returns the direction of the error bar.
getValueType
Gets the range marked by error bars.
setValueType
Sets the range marked by error bars.
getType
Gets which error-bar parts to include.
setType
Sets which error-bar parts to include.
getAmount
double getAmount ()
Gets the amount of error bar.
setAmount
void setAmount (double value)
Sets amount of error bar. The amount must be greater than or equal to zero.
getPlus
Gets formula of positive error amount when error bar value type is Custom.
setPlus
Sets formula of positive error amount when error bar value type is Custom.
getMinus
Gets formula of negative error amount when error bar value type is Custom.
setMinus
Sets formula of negative error amount when error bar value type is Custom.
getEndStyle
Gets the end style for the error bar.
setEndStyle
Sets the end style for the error bar.
delete
void delete ()
Deletes the object.