XlErrorBarType Enumeration
Specifies the range marked by error bars.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Enumeration XlErrorBarType
'Usage
Dim instance As XlErrorBarType
public enum XlErrorBarType
Members
Member name | Description | |
---|---|---|
xlErrorBarTypeCustom | Range is set by fixed values or cell values. | |
xlErrorBarTypeFixedValue | Fixed-length error bars. | |
xlErrorBarTypePercent | Percentage of range to be covered by the error bars. | |
xlErrorBarTypeStDev | Shows range for specified number of standard deviations. | |
xlErrorBarTypeStError | Shows standard error range. |