I have used the following to set the lower value to -yAxis and the upper value
to +yAxis, where these values are doubles:
SetAxisScalingMode(panelHandle, PANEL_STRIPCHART1, VAL_LEFT_AXIS, VAL_MANUAL,
-yAxis, yAxis);
Hope this helps,
Dave
"Kregg Kemper" wrote:
>> I would like to change the maximum value of the Y-axis on a strip chart.>>
sorry>>Kregg>