LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Legend scrollbar for Labview 8.0

Anybody know if an XY graph's plot legend can be made into a scrollbar? I have several plots on one graph (up to 80), and have written a program that at run-time makes certain plot visible or not visible, depending on user input. I want the legend so the plot color will appear next to each plot.
 
If a scroll bar isn't possible, does anyone have any ideas on good ways to show this information?
 
Michael
Message 1 of 11
(5,983 Views)
Hi Michael,
I made this VI as a suggestion. I used a multicolumn listbox to list the Plot names.
Greets, Dave


Message Edited by daveTW on 01-23-2007 01:08 AM

Greets, Dave
Message 2 of 11
(5,979 Views)
Thanks! This was a good solution and looks like it will work for me.
 
On a side note, do you happen to know how to sync the two vertical scrollbars of two listboxes?
 
Michael
0 Kudos
Message 3 of 11
(5,957 Views)
Hi Michael,
you can use events to catch the mouse down and the key-focus property to determine a scrollbar-click. Lok at the attached VI.
Greets, dave
Greets, Dave
0 Kudos
Message 4 of 11
(5,928 Views)
Hi
 
I need a way to attach a scroll bar to plot legend palette.
 
Think your vi will be useful.
 
But cudnt open the vi as am using labview 8.0.
 
Can you pls save the vi in older version?
 
Thanx  in advance
0 Kudos
Message 5 of 11
(5,747 Views)
See Attached for LV8.0.
Message 6 of 11
(5,737 Views)

Hi

Thanx 4 the help.

I want scrollbar to be attached to the plot legend palette.

So rather than going for a multi column list box i need the standard plot legend palette with a scroll bar.

I thought the vi attached "sync scrollbars.vi " is intented for that purpose.

Thats why i asked for LV 8.0 version.

Sorry for not mentioning the vi's name in my previous post.

 



Message Edited by user_1 on 12-10-2007 12:22 AM
0 Kudos
Message 7 of 11
(5,730 Views)
user_1
 
You should be a litle bit more careful with the ratings you are handing out. Ravens was nice enought to attach an 8.0 version of exactly the VI you were asking for. Even if you don't like the VI or the correct answer, don't shoot the messenger.
 
You should know that most likely the veterans will no longer reply to your questions because of the chance that their rating average will get lowered for no good reason.
 
(You did a similar thing to me in another recent thread).


Message Edited by altenbach on 12-09-2007 11:02 PM
Message 8 of 11
(5,721 Views)

Thanks for the information,I will be more careful regarding the rating.

I was not aware that people are replying to posts thinking of a higher rating average rather than sharing knowledge.

And i dont know the rating criteria also-i dont know that a lower rating will decrease a persons rating average.

I thought any rating is a + point .

To the same answer 2 persons may rate differently.

Thank u for the information.I will give more attention before rating an answer.

 

 

0 Kudos
Message 9 of 11
(5,712 Views)
No problem. 🙂 We had many long discussions about the problems with the current rating system and it will probably change sometime in the future. Fir some background information, have a look at the following discussion:
 
 
Sorry,there is probably no real easy solution to have a scrollbar in the plot legend, except upgrading to LabVIEW 8.5. Everything else will involve quite a bit of extra coding.
Message 10 of 11
(5,704 Views)