08-16-2012 02:57 PM
I'm using Measurement Studio 12 and C# in Visual Studio 2010.
I'm using a WaveformGraph.
I need to modify my X-Axis. I get a new datapoint ever one-half millisecond. So, if I plot a second's
worth of data, I have X= 0 to 2000. But I don't want my X-Axis labels to be 0 to 2000. I want them in
milliseconds. Which would be 0 to 1000.
Basically I want X to be divided by two.
It's probably a simple setting, but I haven't found it yet.
THANKS for your help!
Gary
08-17-2012 04:46 PM
Hi Gary,
I think you might try approaching this problem from a different angle. It seems like you should multiply the actual x values of the WaveformChart rather than try to change the appeared value of the axis.
Cheers,