Presently, i got a DBChart with multiple line series on it. I put the date-time of each record on the x-axes.
Now, what i need is to change the date-time for a runtime. So basically, the first recorded date-time would represent 0.0hrs.
Here some example of what i mean :
- 2017-01-05 08:00:00 = Point should show 0.0hrs on axes X
- 2017-01-05 08:30:00 = Point should show 0.5hrs on axes X
- 2017-01-05 09:00:00 = Point should show 1.0hrs on axes X
- 2017-01-05 09:30:00 = Point should show 1.5hrs on axes X
- 2017-01-05 10:00:00 = Point should show 2.0hrs on axes X
- 2017-01-05 10:30:00 = Point should show 2.5hrs on axes X
- ETC............
Basically, the chart show what happen between the time i start and stop recording my value in the database. Its more important to know how must time has pass since the beginning of the recording.
So, is there a function or some other way in DBChart that can help me do that?
Thanks for your help