ErrorBars Interface
Represents the error bars on a chart series.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
<GuidAttribute("92D41A67-F07E-4CA4-AF6F-BEF486AA4E6F")> _
Public Interface ErrorBars
'Usage
Dim instance As ErrorBars
[GuidAttribute("92D41A67-F07E-4CA4-AF6F-BEF486AA4E6F")]
public interface ErrorBars
Remarks
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 is not a collection. There is no object that represents a single error bar; you either enable x error bars or y error bars for all points in a series or you disable them.
The ErrorBars method changes the error bar format and type.