XlErrorBarDirection enumeration

Office 2013 and later

You should access and use this enumeration from the Excel primary interop assembly (PIA).

Specifies which axis values are to receive error bars.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

No code example is currently available or this language may not be supported.

Member nameDescription
xlChartXYou should access and use this enumeration from the Excel primary interop assembly (PIA). Bars run parallel to the Y axis for X-axis values.
xlChartYYou should access and use this enumeration from the Excel primary interop assembly (PIA). Bars run parallel to the X axis for Y-axis values.
Show: