LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

oops.. I meant y-axis

I would like to change the maximum value of the Y-axis on a strip chart.

sorry

Kregg
0 Kudos
Message 1 of 2
(3,171 Views)
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>
0 Kudos
Message 2 of 2
(3,171 Views)