ErrorBars Interface 

Represents the error bars on a chart series.

Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in microsoft.office.interop.excel.dll)

Usage

Public Class rrorBarsImplementation
    Implements ErrorBars
End Class
Dim rrorBarsImplementation1 As New rrorBarsImplementation()

Syntax

Public Interface ErrorBars
public interface ErrorBars
public interface class ErrorBars
public interface ErrorBars
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 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.

Use the ErrorBars property to return the ErrorBars object.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Excel Namespace

Other Resources

ErrorBars Members