Hello,
Ok, I have a dataset containing two columns, "Time" and "Temperature". The "Time" field is held in my database as a DateTime object.
I want to add each item in the dataset as a point on a graph, but at the moment when I do that, only the Date information is retained in the graph, not the time.
The datetimes differ by roughly 30 minutes, but sometimes it is 20, sometimes 40, so I also need the axis to take this into account and plot my points in the correct places.
Any help with either of my two questions appreciated.