LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

single cursor for multi plots

Hi All,

 

In My application i am using a XY Graph having multiple plots.

My Application is to show X & Y Value of each plot with the same vertical cursor.

Can anybody suggest me how to do it?

 

Thanks & regards,

Vipin Ahuja

0 Kudos
Message 1 of 4
(2,604 Views)

vipin_ahuja101@yahoo.com wrote:

Hi All,

 

In My application i am using a XY Graph having multiple plots.

My Application is to show X & Y Value of each plot with the same vertical cursor.

Can anybody suggest me how to do it?

 

Thanks & regards,

Vipin Ahuja


So you want all of the Y values at a given X. Is this what you are asking?

Tim
GHSP
0 Kudos
Message 2 of 4
(2,590 Views)

Using property node you can set the active cursor to 0 and the cursor mode to 2 (multi-plot). Define a Graph -> cursor move event and extract the cursor x position from the Cursor property of the event data node. Use this X value to find the corresponding Y value of each plot.

 

Ben64

0 Kudos
Message 3 of 4
(2,586 Views)

Yes Exactly i want this.

0 Kudos
Message 4 of 4
(2,576 Views)