LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

A problem about xy graph

Dear all,
 
         I want to indicate scale tick of the xy graph base on a 1D numeric array,
 
Up to now,I have had no idea.Could you help me?Thanks!
0 Kudos
Message 1 of 5
(2,975 Views)
Hi Evan
 
I'm afraid you can't do this. You can only set range of xy scales (minimum, maximum, increment, minor increment and start point).
So if your 1D array has got values with constant increment you could try to set xy scales by Property Node of this XY Graph.
 
bogdani
0 Kudos
Message 2 of 5
(2,966 Views)
Hi bogdani,
 
Thank for your reply.
    
I have already tried to set scales by  property node of xy graph,but I haven't find out solution for this problem. 
 
By the way,the question mentioned 1D numeric array was as a control.
0 Kudos
Message 3 of 5
(2,940 Views)

Not sure if this is what you are looking for : you could use the Xscale.MarkerVals[ ] property node.

 

Chilly Charly    (aka CC)
Download All
Message 4 of 5
(2,936 Views)

Dear Chilly,

    I really appreciate your help.

   The attach vi was need to me.

   Best regard and thanks!

0 Kudos
Message 5 of 5
(2,933 Views)