XlErrorBarType 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 the range marked by error bars.
public enum class XlErrorBarType
public enum XlErrorBarType
Public Enum XlErrorBarType
- Inheritance
-
XlErrorBarType
Fields
Name | Value | Description |
---|---|---|
xlErrorBarTypeStDev | -4155 | Shows range for specified number of standard deviations. |
xlErrorBarTypeCustom | -4114 | Range is set by fixed values or cell values. |
xlErrorBarTypeFixedValue | 1 | Fixed-length error bars. |
xlErrorBarTypePercent | 2 | Percentage of range to be covered by the error bars. |
xlErrorBarTypeStError | 4 | Shows standard error range. |