I have minute data beginning from 2017-11-5 to 2017-11-6 which is crossing daylight saving day, the datetime of data is stored in utc time which is from 2017-11-5 4:00 to 2017-11-6 5:00 (25 hours data)
when i apply the data on chart there is 25 hours in Xaxis which is understandable.
this is what i want to achieve
if we have to show 25 hours data on chart(there is duplicate time from 1am to 2am),
we don't want there is gap there
PlotArea.XAxis.DataLabelsField use local time which convert from utc
or
I have move send 1am to 2am to different column, so i can show 24 hours data with 1 hour overlap, but don't want to gap as well.
i am not sure if i explain clearly or not.
attachment is the simple app and screen shot of the web