08-29-2007 01:53 PM
08-29-2007 02:43 PM
You can add your own scroll bar and handle the events, scroll value changed. Maybe even a good use case for an X control since there could be several things to handle.
Paul
08-29-2007 02:57 PM
08-29-2007 08:56 PM
No activeX needed (X controls was just a suggestion for a future code simplification but not required) the scroll bar is a control in the numeric pallet. You can handle the events to change the index of the legend shown. Not too much work.
Paul
08-30-2007 09:02 AM
08-31-2007 12:27 PM
Sorry I might have misspoke. Although you can create a scrollbar it would be difficult to scroll using the legend since you can not select the graphs to display in the ledgend (that is if you wanted to only show graphs 5-10 out of 20 for example) it might be easier to creote an array of clusters and link the cluster to an active plot. I have done this in the past for a similar situation. The downfall is that you have to handle the properties of the graph in code. What do toy wand to ultimatly do with the ledgend, there is probably a good workaround.
Paul
08-31-2007 12:52 PM
08-31-2007 03:05 PM
That is exactly what I did, created a bundle called name, color(colorbox) and visible. Created an array and used this instead of the default ledgend, I handled the change to the array and updated the properties in a loop usinf the index for active plot. This array can be resized and a scroll bar is optional labview 8.0+. The crappy thing is if you want access to all options of the plot properties it gets a little cumbersome. A scrollbar would have been a nice feature for NI to have included. Good luck,
Paul
08-31-2007 03:20 PM
09-01-2007 12:07 AM - edited 09-01-2007 12:07 AM
Message Edited by Bill@NGC on 08-31-2007 10:08 PM