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)
| Member name | Description | |
|---|---|---|
| xlChartX | You should access and use this enumeration from the Excel primary interop assembly (PIA). Bars run parallel to the Y axis for X-axis values. | |
| xlChartY | You 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: