VectorCartesicPlotStyleValueInterpretation 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 |
---|
AbsoluteDifference | 0 | The columns are absolute differences, i.e. absolute deviations from the nominal value. The target value is the nominal value plus this difference. |
AbsoluteValue | 1 | The columns are interpretet as values that designate the target location of the vector. |
See Also