XlErrorBarInclude Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies which error-bar parts to include.
public enum class XlErrorBarInclude
public enum XlErrorBarInclude
type XlErrorBarInclude =
Public Enum XlErrorBarInclude
- Inheritance
-
XlErrorBarInclude
Fields
Name | Value | Description |
---|---|---|
xlErrorBarIncludeNone | -4142 | No error bar range. |
xlErrorBarIncludeBoth | 1 | Both positive and negative error range. |
xlErrorBarIncludePlusValues | 2 | Only positive error range. |
xlErrorBarIncludeMinusValues | 3 | Only negative error range. |