Error |
public enum ValueInterpretation
| Member name | Value | Description |
|---|---|---|
| AbsoluteError | 0 | The error columns are absolute errors, i.e. absolute deviations from the nominal value. |
| RelativeError | 1 | The error columns are relative errors, i.e. deviations relativ to the nominal value. If e.g. the nominal value is 20, and the relative error is 0.1, then the absolute error is 2. |
| AbsoluteValue | 2 | The error columns are interpretet as minimum and maximum. This setting is usefullonly for separate positive and negative error columns. |
The ErrorBarPlotStyleValueInterpretation type exposes the following members.
| Name | Description | |
|---|---|---|
| IsT |
Determines whether the enumeration value is equal to the specified value.
(Defined by EnumerationExtensions) | |
| WithClearedFlagT |
Returns the enum value with the specified flag cleared.
(Defined by EnumerationExtensions) | |
| WithFlagT |
Returns the enum value with the specified flag set or cleared, depending on the value argument.
(Defined by EnumerationExtensions) | |
| WithSetFlagT |
Returns the enum value with the specified flag set.
(Defined by EnumerationExtensions) |