ErrorValues enumeration
Office 2013 and later
Error Value Type
Namespace: DocumentFormat.OpenXml.Drawing.Charts
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
| Member name | Description | |
|---|---|---|
| Custom | Custom Error Bars. When the item is serialized out as xml, its value is "cust". | |
| FixedValue | Fixed Value. When the item is serialized out as xml, its value is "fixedVal". | |
| Percentage | Percentage. When the item is serialized out as xml, its value is "percentage". | |
| StandardDeviation | Standard Deviation. When the item is serialized out as xml, its value is "stdDev". | |
| StandardError | Standard Error. When the item is serialized out as xml, its value is "stdErr". |
Show: