ErrorValues Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Error Value Type
public enum ErrorValues
public readonly struct ErrorValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Drawing.Charts.ErrorValues>, IEquatable<DocumentFormat.OpenXml.Drawing.Charts.ErrorValues>
type ErrorValues =
type ErrorValues = struct
interface IEnumValue
interface IEnumValueFactory<ErrorValues>
Public Enum ErrorValues
Public Structure ErrorValues
Implements IEnumValue, IEnumValueFactory(Of ErrorValues), IEquatable(Of ErrorValues)
- Inheritance
-
ErrorValues
- Inheritance
-
ErrorValues
Fields
Name | Value | Description |
---|---|---|
Custom | 0 | Custom Error Bars. When the item is serialized out as xml, its value is "cust". |
FixedValue | 1 | Fixed Value. When the item is serialized out as xml, its value is "fixedVal". |
Percentage | 2 | Percentage. When the item is serialized out as xml, its value is "percentage". |
StandardDeviation | 3 | Standard Deviation. When the item is serialized out as xml, its value is "stdDev". |
StandardError | 4 | Standard Error. When the item is serialized out as xml, its value is "stdErr". |
Custom | Custom Error Bars. When the item is serialized out as xml, its value is "cust". |
|
Equality(ErrorValues, ErrorValues) | ||
Equals(ErrorValues) | ||
Equals(Object) | ||
ErrorValues(String) | Creates a new ErrorValues enum instance |
|
FixedValue | Fixed Value. When the item is serialized out as xml, its value is "fixedVal". |
|
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<ErrorValues>.Create(String) | ||
Inequality(ErrorValues, ErrorValues) | ||
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". |
|
ToString() |