XlErrorBarInclude Enumeration
Specifies which error-bar parts to include.
Version Information
Version Added: Excel 2007
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. |