XlErrorBarInclude Enumeration
Specifies which error-bar parts to include.
Version Information
Version Added: Excel
| Name | Value | Description |
|---|---|---|
| xlErrorBarIncludeBoth | 1 | Both positive and negative error range. |
| xlErrorBarIncludeMinusValues | 3 | Only negative error range. |
| xlErrorBarIncludeNone | -4142 | No error bar range. |
| xlErrorBarIncludePlusValues | 2 | Only positive error range. |