ErrorValues Enumeration
Error Value Type
Namespace: DocumentFormat.OpenXml.Drawing.Charts
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaración
Public Enumeration ErrorValues
'Uso
Dim instance As ErrorValues
public enum ErrorValues
Members
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". |