The only difference between the two categories of adjusters is that "fit" always looks at all the data, while "fit visible" will look only at the data in the range of the other axis.
For example, for a simple data set "0, 1, 2, 3, 4, 5" (with a data range of [0,5] on both axes):
- If your vertical axis used "fit visible" and you changed your horizontal range to [2,4], the vertical adjuster would use just the data points "2, 3, 4" to adjust its range (to [2,4] in this trivial example).
- If you used a "fit" adjuster, that adjuster would still use all six data points "0, 1, 2, 3, 4, 5" to update the range (which would stay at [0,5] in this case).
The "Fit Adjuster Comparison" example installed with Measurement Studio also demonstrates this difference.
~ Paul H