[]
Lists values that indicate the error value type.
public enum ErrorBarValueType
Public Enum ErrorBarValueType
Name | Description |
---|---|
FixedValue | Fixed-length error bar. |
Percentage | Percentage to be covered by an error bar. |
StandardDeviation | Value for specified number of standard deviations. |
StandardError | Standard error value. |