Click or drag to resize

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