| PoBiErrorPointFieldvariationType Property | 
Defines the interpretation of the values lowX, lowY, highX, highY.
Namespace: OIV.MeshViz.Graph
 Syntax
Syntax Remarks
RemarksThe low abscissa xl of the i-th point depends on the value of this field:
FIXED_VARIATION: xl = lowY[i]
REL_VARIATION: xl = point[i][0] - lowY[i]
PERCENT_FIXED_VARIATION: xl = point[i][0] * lowY[i]
PERCENT_REL_VARIATION: xl = point[i][0] - (lowY[i] * point[i][0])
The same method is used to compute the high abscissa xh, low ordinate yl and high ordinate yh.
 See Also
See Also