any good examples out there of a stripchart type CVI app
for displaying CSV ascii text files of data arranged in columns?
am getting tired of hacking thru excel menus to
simply zoom around a column of data.
would like to pick one of n columns of a large ascii file
and scroll and zoom in a strip chart type display
trick is not to bog down the app by requiring read of entire file
at first, as may have 100k+ rows of data.
easy enough to roll my own, I know ... but just wondering ...
tia!