Hi,
I am working with a graph in which i have to associate with each numeric value in the X axis ,a curresponding string also.
ie,if X axis's first scale marker is 100 then,in X1 axis(Duplicate scale of Xaxis),i have to represent AA instead of 100.
(X axis-100,200,300 then X1 axis-AA,BB,CC)
Nothing related to plottin as values can be got from the X axis.For the user friendliness only,have to add the strings corresponding to values.
How can i do this?
One more doubt for me...
I want the graph to be maximised /minimised when the user clicks resize window button.But currently,when the user clicks resize window buttton(on top right corner,the entire VI is getting minimised/maximised.Is there a way to achieve my requirement?
Thanks in advance