06-09-2010 02:42 PM
I am monitoring a number of Thermocouples for an extended period of time. I plot the readings that are taken every minute onto a waveform chart. I added the capability for the user to specifiy how many hours and how many x axis markers he would like to see on the chart. The problem is that the data does not scale with the chart. For example if my data covers half my chart when the x axis span is 1 hour, it will still cover half the chart when the x axis span is changed to 2 hours or 4 hours.
I am attaching a snippet of the code that changes the x axis scale and markers.
06-09-2010 04:21 PM