Hi,

I need to plot a chart that plots time pairs (x axis) that have corresponding volumes (y axis).

The data looks like this

Starttime Endtime startVol endVol
29/11/2012 29/11/2012 00:17:00 400 230
29/11/2012 00:17:00 29/11/2012 06:18:00 230 230
29/11/2012 06:18:00 29/11/2012 06:30:00 230 350
29/11/2012 06:30:00 29/11/2012 15:00:00 350 200

Even though the end times match up with the next row's start times (same also for volume), it's important that the line pairs are plotted rather than just plotting the start times and volumes.

I can't figure out how to get this into a chart.

Could someone help me out please?

Thanks in advance