Hi all
in my app I collect a lot od data from my temperature probe and I have to put the value in Y axis and I want put the date in X asset.
I collect data every 60 seconds from a lot days (circa 15 days) and I wont put the date one time per day.
I saw TDateTimeIntevalChartSource but doesn't work I use this commad
Myseries.add(value, DatetoStr(Now)
Can you help me?