[]
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.
public interface IErrorBar
Public Interface IErrorBar
Name | Description |
---|---|
Amount | Returns or sets amount of error bar. The amount must be greater than or equal to zero. |
Direction | Returns the direction of the error bar. |
EndStyle | Returns or sets the end style for the error bar. |
Format | Returns the format for chart elements. |
Minus | Returns or sets formula of negative error amount when error bar value type is Custom. |
Parent | Returns the parent object for the specified object. |
Plus | Returns or sets formula of positive error amount when error bar value type is Custom. |
Type | Returns or sets which error-bar parts to include. |
ValueType | Returns or sets the range marked by error bars. |
Name | Description |
---|---|
ClearFormats() | Clears the formatting of the object. |
Delete() | Deletes the object. |