XlErrorBarInclude enumeration (Excel)
Specifies which error-bar parts to include.
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. |
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.