05-07-2013 05:55 AM
Hi august,
a chart only stores a certain history of values. Once the history buffer "flows over" you will have an updated start time.
You may switch off autoscaling of the x axis, but then your data will be off-screen (if this is possible at all)...
05-07-2013 06:04 AM
When I untick autoscaling, it doesn't work anymore
05-07-2013 06:05 AM
05-07-2013 06:15 AM
I agree with GerdW's comment on charts. It is difficult to get Charts to do much beyond the default behavior.
You might want to consider using a "Graph" instead. This would require buffering the data in an array or something and then drawing the graph each time there is an update. You will have much more direct control over the outcome. There are a number of examples on the NI site showing how to do this.