I have an application where I am needing to plot 10-20 days worth of 1000hz data across several channels. It is necessary that I display this data in absolute time instead of relative time. I am using the AxisTickStrategies.Time strategy. I can get absolute time with AxisTickStrategies.DateTime, but that seems to have issues with corrupting my data the further the data gets from the origin.
Is there a way to provide the chat with a custom tick strategy that I can add an offset to for converting the relative to an absolute time?
I can work with all of the data being relative on the backend, but I at least need to display the actual time to the user.