07-02-2007 02:40 PM
07-02-2007 03:48 PM
Yes. You can create a property node (Right click on the indicator or the terminal and select Create>>Property Node) and use the ActivePlot property to determine which plot to change and then the plot properties to actually modify the plot. Note that you should only do this after you feed the data to the graph, because otherwise you're dealing with non-existent plots.
P.S. I personally prefer XY graphs because you can control them better. There should be examples of using graphs in the example finder (Help>>Find Examples).
To learn more about LabVIEW, I suggest you try searching this site and google for LabVIEW tutorials. Here, here, here, here, here and here are a few you can start with and here are some tutorial videos. You can also contact your local NI office and join one of their courses.
In addition, I suggest you read the LabVIEW style guide and the LabVIEW user manual (Help>>Search the LabVIEW Bookshelf).