01-31-2007 09:48 AM
02-01-2007 02:05 AM
In VB2005 you can set the YAxis range as follows: -
NameOfPlot.YAxes.Item(0).Range =New NationalInstruments.UI.Range(minimumvalue,maximumvalue)
StevieB