03-05-2008 11:29 AM
03-05-2008 12:06 PM
Could you post code or a screenshot? It sounds like you may be entering the data incorrectly to the XY Graph.
Michael
03-05-2008 12:30 PM
03-05-2008 12:38 PM
I think I understand now. The LegPlots does NOT govern which graphs are shown on the graph, only how many graphs are shown in the Legend itself. (PS, this is an outdated property anyways if you are using LV8.5). If you want to limit the number of graphs shown on the graphs itself, you have a couple of options:
1. Grab an array subset of your data and wire it to the XY Graph.
2. Make a For loop, with N being the number of graphs, and set for each graph the "Plot.Visible" property.
Hope this answer is in the right direction.
Michael