LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to make cursor disappear in xy graph?

Dear all,
 
 I am trying to modify Draw Graph with Events.vi to do my task. There is one issue that I don't know how to solve which is to make the cursor invisible in the  xy graph.


Thanks


I am using Labview 7.0 Smiley Wink
====================
=Labview 7.0 & 8.0 & 8.5=
=====================
0 Kudos
Message 1 of 14
(6,125 Views)
Create a property node for the graph control, then select the Active cursor property  for writing and set the active cursor (0 for the first cursor, 1 for the second, etc.. of course this is not needed if you only have one cursor). Add an entry resizing the property node and write False to the property Cursor => Visible.
Paolo
-------------------
LV 7.1, 2011, 2017, 2019, 2021
0 Kudos
Message 2 of 14
(6,116 Views)
Hello,

In the cursor attibutes you can select several options. One can be the cursor color. You can set it to transparent. But check it
Software developer
www.mcm-electronics.com





PORTUGAL
0 Kudos
Message 3 of 14
(6,115 Views)
I have add the property node, set the cursor visible to false. However, I have no clue why I can still see the cursor. Please help
====================
=Labview 7.0 & 8.0 & 8.5=
=====================
0 Kudos
Message 4 of 14
(6,103 Views)
Hi again,

i said to change the cursor color to transparent. I've Labview 8.5 and I can't open your vi because it's missing vi's. But did you try changing the color?
Software developer
www.mcm-electronics.com





PORTUGAL
0 Kudos
Message 5 of 14
(6,099 Views)
Hey,
You don't wanna change the cursor look. You wanna change the mouse, right?
Software developer
www.mcm-electronics.com





PORTUGAL
0 Kudos
Message 6 of 14
(6,097 Views)
I don't want anything to visually represent the cursor on the xy graph

I have attached the part that I have change from the example

please help

thanks
====================
=Labview 7.0 & 8.0 & 8.5=
=====================
0 Kudos
Message 7 of 14
(6,083 Views)
A graph cursor in LV is a vertical or horizontal line most commonly attached to a plot. But there are no cursors in this example vi, so I think you mean the Windows mouse cursor.
You cannot directly hide the mouse pointer, but there are functions in the Application => Cursor palette suitable to change its shape, either selecting from a predefined list or loading it from an icon file. The way to go is to create a completely transparent icon, load it with  Create Cursor From File  and then set it with Set Cursor.
Paolo
-------------------
LV 7.1, 2011, 2017, 2019, 2021
Message 8 of 14
(6,062 Views)
Hi
I have a X-Y chart. This chart shows the latitude and longitude of a flying body. I need to make this graph transparent and put an image in foreground and superimpose graph on that.
How can it be done?
Tarun
0 Kudos
Message 9 of 14
(5,991 Views)

Use the  property node >> Plot images

see example vi, seeped with labview:

labview\examples\general\graphs\Plot Images.vi

0 Kudos
Message 10 of 14
(5,980 Views)