hi erverybody
I got a datatable with records for 10 days with values at any time of each day
There are 3 columns : complete date and time value, integer value' and time alone in string like "08:00"
rows are sorted on time value' last column
I need a chart with values without mind of day, ploted from 00:00 to 23:59 on xaxis
with a databind there is no problem for doing this. xvalueindexed= true is setting
my problem :
I like to have on xaxis only labels for entire hours : 00:00, 01:00, ........, 22:00, 23:00 and only these 24 hours
and never know if first value will be at 02:42 am or 06:17 so I need something never changing
if anyone can help me .. Thanks a lot