LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

cursor style question

Solved!
Go to solution

Hi, I set the cursor style of XY Graph is a cross cursor, but it shows a horizontal line only.

 

I tried to pull another line from the borders of the Graph, but I can't find and drag another line.

 

But I open a new VI, and place a new XY graph, set the cross cursor, it works, same setting.

 

 

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

@concorpoly wrote:

Hi, I set the cursor style of XY Graph is a cross cursor, but it shows a horizontal line only.

 

I tried to pull another line from the borders of the Graph, but I can't find and drag another line.

 

But I open a new VI, and place a new XY graph, set the cross cursor, it works, same setting.


If you have a cross cursor and only see the horizontal line, then I'm assuming you're x coordiante of the cursor is outside the range of your window.  If you show the cursor legend (visible items->Cursor Legend) you should be able to confirm the x,y cooridante of the cursor.

--
Tim Elsey
Certified LabVIEW Architect
0 Kudos
Message 2 of 4
(2,752 Views)

Thanks, you are right.  Since I use time as x coordinate, I found the x coordinate of cursor is out of display range.

It seems the x coordinate of the cursor is the location of display for last time. It can't update automatically accroding to the new X range ?

Or I have to use property node to reset it?

 

0 Kudos
Message 3 of 4
(2,746 Views)
Solution
Accepted by topic author concorpoly

@concorpoly wrote:

Thanks, you are right.  Since I use time as x coordinate, I found the x coordinate of cursor is out of display range.

It seems the x coordinate of the cursor is the location of display for last time. It can't update automatically accroding to the new X range ?

Or I have to use property node to reset it?

 


I haven't used too many cursors, but I assume you have to move the cursor either by dragging it or setting its value with a property node.

--
Tim Elsey
Certified LabVIEW Architect
0 Kudos
Message 4 of 4
(2,741 Views)