I'm reading a MySQL database where a table has bid, ask, price_datetime (where price_datetime is down to the second). I'm trying to get 2 line graphs going where the X axis is the price_datetime column and the first line is bid and second is ask.
I can't seem to get this working. I've seen ZedGraph - I am looking for an example of using a DateTime but it didn't work for me. The example page no longer exists.
Any ideas?