horizontal time axis - day switch
Posted: Fri Mar 10, 2017 2:57 pm
I have data with a timestamp (hh:mm - Format) that is used for the x-axis.
If the time starts e.g. at 22:00 and ends at 3:00 am the next morning, then the chart shows the data from 0:00 to 3:00 am first and then the previous data starting at 22:00 to 0:00
ORDER of DATA as recorded
time data
22:00 1
23:00 2
00:00 3
01:00 4
02:00 5
03:00 6
in the chart the data is shown in the order below
00:00 01:00 02:00 03:00 22:00 23:00
Is there any option to force the chart to show the data in the given order like shown below (Due to layout limits it is not an option to include the date in diagramm labels, but date could be included in the data)
22:00 23:00 00:00 01:00 02:00 03:00
(Using Delphi XE10.1)
Any help would be great.
If the time starts e.g. at 22:00 and ends at 3:00 am the next morning, then the chart shows the data from 0:00 to 3:00 am first and then the previous data starting at 22:00 to 0:00
ORDER of DATA as recorded
time data
22:00 1
23:00 2
00:00 3
01:00 4
02:00 5
03:00 6
in the chart the data is shown in the order below
00:00 01:00 02:00 03:00 22:00 23:00
Is there any option to force the chart to show the data in the given order like shown below (Due to layout limits it is not an option to include the date in diagramm labels, but date could be included in the data)
22:00 23:00 00:00 01:00 02:00 03:00
(Using Delphi XE10.1)
Any help would be great.