Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

Changing X-Axis Plot Labels

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

0 Kudos
Message 1 of 2
(4,634 Views)

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,

KyleP
Applications Engineer
National Instruments
0 Kudos
Message 2 of 2
(4,625 Views)