XlErrorBarType enumeration
Office 2013 and later
You should access and use this enumeration from the Excel primary interop assembly (PIA).
Specifies the range marked by error bars.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
| Member name | Description | |
|---|---|---|
| xlErrorBarTypeCustom | You should access and use this enumeration from the Excel primary interop assembly (PIA). Range is set by fixed values or cell values. | |
| xlErrorBarTypeFixedValue | You should access and use this enumeration from the Excel primary interop assembly (PIA). Fixed-length error bars. | |
| xlErrorBarTypePercent | You should access and use this enumeration from the Excel primary interop assembly (PIA). Percentage of range to be covered by the error bars. | |
| xlErrorBarTypeStDev | You should access and use this enumeration from the Excel primary interop assembly (PIA). Shows range for specified number of standard deviations. | |
| xlErrorBarTypeStError | You should access and use this enumeration from the Excel primary interop assembly (PIA). Shows standard error range. |
Show: