Click or drag to resize

ErrorBarPlotStyleValueInterpretation Enumeration

Designates how to interpret the values of the error columns.

Namespace: Altaxo.Graph.Graph3D.Plot.Styles
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public enum ValueInterpretation
Members
Member nameValueDescription
AbsoluteError0The error columns are absolute errors, i.e. absolute deviations from the nominal value.
RelativeError1The 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.
AbsoluteValue2The error columns are interpretet as minimum and maximum. This setting is usefullonly for separate positive and negative error columns.
See Also