Here's my suggestion:
Change
SetAxisScalingMode(panel, control, Axis, scaling, Min, Max)
to
SetAxisScalingMode(panel, control, Axis, scalingMin, Min, ScalingMax, Max)
so that the lower limit of an axis can be VAL_MANUAL (for instance at 0) while the upper limit can be VAL_AUTOSCALE
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.