01-20-2016 03:34 PM
Hi folks!
I have a problem concerning how to present my data in a chart graph. The problem is that I want the x-scale markers to be fixed and not moving around when the chart is updating. Basically I want to freeze the x-scale markers and only let its values to update. I that possible? I have already spent two days to solve this :-(. And by the way I don't want to use the style with only two markers.
I have attached a VI to simply illustrate my problem.
Thank you!
01-20-2016 06:08 PM
in the property node of your graph fix your scale items
or use marker value propert node
01-21-2016 12:26 AM
Hi Hatef!
Thank you for your response. Which property node do you specifically mean? is it scale range? I have been playing around with that but havn't been able to get the markers fixed. Regarding the marker values property, I appreciate if you could give me some example on how to proceed. I guess that I need to programmatically change them every time the graph is updated. Am I right?
01-21-2016 12:32 AM
01-21-2016 12:43 AM
HI Dennis
I'm using a chart because of the possibilty to set the chart history length. It would make life easier by setting this than having to play around with arrays.
01-21-2016 12:54 AM
01-21-2016 01:20 AM
That is what I'm expecting to happens, at the same time I don't want the markers on the x axis to move. They should be fixed and only their value changed.