04-15-2007 09:27 PM
04-15-2007 10:05 PM
04-16-2007 12:27 AM
10-03-2007 09:35 AM
10-06-2007 11:27 PM
10-07-2007 05:20 AM
@l1k wrote:
I understand user_1's confusion. I don't see a way to change the 'common plot type' in the property menu. All the other options are pretty obvious in the list of properties. If I want to program for example that under certain conditions the plot is just a line, and other conditions the plot is a line with points, I don't see how to do this. I can change thickness, line style, etc, but not the common plot type. Is this property not in the 'Plot' menu of the Properties? I'll keep looking...
If you want to change the icons that show up in common plot styles: You can't!
That are simply shortcuts put in by the LabVIEW programmers that combine a certain setting for plot style, point style, line style, line width, etc under one simple user selectable icon.
If you want to change any of the settings of a particular plot however, you certainly can do that with property nodes.
Rolf Kalbermatter
10-08-2007 12:33 PM
03-15-2010 04:33 AM
06-24-2019 08:43 AM
I just spent around an hour trying to find how to programmatically change the Common Plot type in the LabVIEW help files. Thank you for this solution, works great!