1
Reply

Read text file to listview then use listview data to plot graphs

eddy nhara

eddy nhara

Sep 16 2010 11:15 AM
3.7k
Hie
can anyone please assist me...am trying to upload a poorly formatted plain txt file into a listview so as to analyse and plot the row data as a bar graph or line graph..have put a snippet below of what the text filewillcontain including headings

regards, 

             TIME        Header1          hder2     hd3       hd4           hd5        hd6
  
             00:00            0                  0          0.34      785160        0        12
             01:00            0                   0        0.36      1301880        0       23
             02:00            0                  0           1.01    1482870        0       39
             03:00            0                  0          0.99      5711725       0       34
             04:00            0                  0          0.06    213705           0       18
             05:00          570                0         0.66      2289600         0      120
             06:00         1530               0         2.07      7395135         0      195
             07:00         3290               0        3.23         11603520      0      318
             08:00         6590               0         4.50        16059285      0      394
             09:00         3655               0     3.52        12827750        0      409
             10:00         1930               0     3.23        10726515        0      350
             11:00         1755              0     3.37         12757045        0      357
             12:00         2110              0     3.26         12111120        0      369
             13:00         2575             0     2.15             7776905        0      299
             14:00        10940             0     2.98          10592220        0      365
             15:00         1555           895     4.77         15993925        0      493
             
            

Answers (1)