XlErrorBarDirection Enumeration

Specifies which axis values are to receive error bars.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Public Enumeration XlErrorBarDirection
'Usage
Dim instance As XlErrorBarDirection
public enum XlErrorBarDirection

Members

Member name Description
xlX Bars run parallel to the Y axis for X-axis values.
xlY Bars run parallel to the X axis for Y-axis values.

See Also

Reference

Microsoft.Office.Interop.Excel Namespace