WCErrorBars Object

                  Properties         Methods        

WCSeries object
WCErrorBarsCollection collection (WCErrorBars object)
Border object

Represents the error bars for a series. Error bars indicate the degree of uncertainty for chart data. Only series in radar, polar, area, bar, column, line, and scatter charts can have error bars. Only series in scatter charts can have x and y error bars. The WCErrorBars object is not a collection. There is 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.

The WCErrorBars object is a member of the WCErrorBarsCollection collection.

Using the WCErrorBars Object

Use the Add method of the WCErrorBarsCollection object to add error bars to a series.

The following methods return a WCErrorBars object. For more information, see the Help topics for these methods:

The WCErrorBarsCollection object’s Add method

The WCErrorBarsCollection object’s Item property