Measurement Studio for VC++

cancel
Showing results for 
Search instead for 
Did you mean: 

Visible x-axis range on graph

My problem is that when I continuously plot points on a CWGraph, once I have about 200 points on the graph, the x-axis will start to shift to the right. Does anyone know how I can set the range of the visible window myself? Instead of 200, I want to put 1000. I don't mind the shifting, I actually want that, but I want to be able to see more data on the graph. Is there a limit on what the visible range could be?

Thanks in advance.
0 Kudos
Message 1 of 2
(3,011 Views)
There are two things that you can look at here. First, you can configure the number of data points in the chart history of the graph by going to the Graph tab in the property pages, change the Chart history option from Automatic to Fixed, and change the fixed value from 200 to 1000. Alternatively, you can configure the range of the axis by going to the Axes tab in the property pages, select the axis that you want to configure, uncheck Auto scale, and set the Minimum and Maximum properties to what you want the range of the axis to be.

- Elton
0 Kudos
Message 2 of 2
(3,011 Views)