[]
Specifies the error amount of the series, it can be a standard error amount, a percentage or a standard deviation.
public enum ErrorAmount
Name | Description |
---|---|
Custom | Indicates the error with the custom value. |
FixedValue | Indicates the error with a fixed value. |
Percentage | Indicates the error with a percentage value. |
StandardDeviation | Indicates the error with the standard deviation. |
StandardError | Indicates the error with the standard error. |