MsoErrorBarType Enumeration
Specifies the style of error bars in a chart. Error bars indicate the degree of uncertainty in the data series.
| Name | Value | Description |
|---|---|---|
| msoErrorBarTypeCustom | -4114 | Use a custom error bar type. |
| msoErrorBarTypeFixedValue | 1 | Use a fixed value error bar type. |
| msoErrorBarTypePercent | 2 | Use a percentage error bar type. |
| msoErrorBarTypeStDev | -4155 | Use a standard deviation error bar type. |
| msoErrorBarTypeStError | 4 | Use a standard error, error bar type. |