XlErrorBarInclude enumeration
Office 2013 and later
You should access and use this enumeration from the Excel primary interop assembly (PIA).
Specifies which error-bar parts to include.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
| Member name | Description | |
|---|---|---|
| xlErrorBarIncludeBoth | You should access and use this enumeration from the Excel primary interop assembly (PIA). Both positive and negative error range. | |
| xlErrorBarIncludeMinusValues | You should access and use this enumeration from the Excel primary interop assembly (PIA). Only negative error range. | |
| xlErrorBarIncludeNone | You should access and use this enumeration from the Excel primary interop assembly (PIA). No error bar range. | |
| xlErrorBarIncludePlusValues | You should access and use this enumeration from the Excel primary interop assembly (PIA). Only positive error range. |
Show: