ErrorBarPlotStyleValueInterpretation Enumeration |
Designates how to interpret the values of the error columns.
Namespace: Altaxo.Graph.Gdi.Plot.StylesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public enum ValueInterpretation
Members 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. |
See Also