LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Strip Chart: Is it possible to rescale the x-axis depending on the number of data?

Solved!
Go to solution
I would like to create a chart that will rescale its x-scale as the data comes in.  In other words, when there are only 2 data, the scale is from 0-2, and 0-3 for 3 data and so on.  Therefore, the chart will always be "full" and it will be possible to compare the overall data. (from beginning to end) by looking at the chart
0 Kudos
Message 1 of 2
(2,568 Views)
Solution
Accepted by Akatsuki
You just need to set the x-axis to autoscale.
 
(You might need to clear the history buffer before each run using a property node).
0 Kudos
Message 2 of 2
(2,565 Views)