06-11-2008 03:19 AM
06-11-2008 10:17 AM - edited 06-11-2008 10:17 AM
06-11-2008 10:31 AM
06-11-2008 10:39 AM
06-11-2008 10:44 AM
06-11-2008 10:50 AM
06-11-2008 11:07 AM
06-11-2008 11:13 AM
smercurio's suggestion to use a picture control is the way to go if you REALLY need to change from zig-zag to straight. In fact you can build on that idea by using an invoke node "get image" of an off-screen gragh with its legend showing then pull out the portion that shows the legend. Still using the picture functions over-lay the zig-zag with your straight line version and then update you picture. Of course this means you will have to code up all of the plot property functionality yourself.
Ben
06-11-2008 11:28 AM
06-11-2008 12:26 PM
The zig-zag pattern has the advantage that it shows you what your plot will look like when toggling the various options (e.g. antialiasing, point styles, fills, etc.)
There are VIs in the picture palettes for creating graphs in picture controls. They include code for creating legends.