Represents the error bars on 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 2-D chart can have error bars. Only series in scatter groups can have x and y error bars. This object isn't a collection. There's no object that represents a single error bar; you either have x error bars or y error bars turned on for all points in a series or you have them turned off.
Constructors
Section titled "Constructors"ErrorBars
new ErrorBars(): ErrorBars Returns ErrorBars
Properties
Section titled "Properties"$t: Type direction
Section titled "direction"direction: ErrorBarDirection endStyle
Section titled "endStyle"endStyle: EndStyleCap errorValueType
Section titled "errorValueType"errorValueType: ErrorValueType fill: ChartFillBase value
Section titled "value"value: number widthInPoints
Section titled "widthInPoints"widthInPoints: number Accessors
Section titled "Accessors"chart
Section titled "chart"Inherited from: ChartObject
owner
Section titled "owner"Inherited from: ChartObject
returns this object's owner. (read-only) The owner or null if this object is owned directly by the Chart
get owner(): ChartObject Returns ChartObject
sheet
Section titled "sheet"Inherited from: ChartObject
workbook
Section titled "workbook"Inherited from: ChartObject
worksheet
Section titled "worksheet"Inherited from: ChartObject