Hello,
I'm trying to plot a chart in which the the X axis represent the time and the Y axis represents the value received from a hardware device.
But the issue I'm facing is that when the application is started the time on the X axis is not set to current time and contain some random time values like this:
I want to know how I set the X-axis contains proper date time values starting from the time the application started.
Another Issue I'm facing is that when a value is received It gets plotted but far away from the origin like this:
Is there a way to re-adjust the grid origin (which was previously set to application start time) according to the first value received from the hardware with proper time on the X-Axis.