Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
3590
How to convert UTC to local time before data is plotted
posted

I have a XamDataChart with several StepLineSeries and I am now adding several ScatterSeries to the chart. When I added the StepLine sources I created new collections and convert all the datapoints' time to local time before I populate the collections, however, for the scatter series I already have all the data in a collection available to me but the time is in UTC. I am trying not to create a new collection just to reproduce all that data with the corrected time. Is there a way to point the scatter series to the collection but run a converter on all the datapoints before they are plotted?