06-21-2011 01:34 PM
Hi All,
I am developing an XY graph which can have between one and six data series. How do I programttically set the properties of the series individually? I can create a property node for such things as "Plot Name," but when I do that only the name of the last data series is changed. How can I set the "Plot Name" value for different series?
Thanks!
Solved! Go to Solution.
06-21-2011 01:36 PM
You have to set the Active Plot Property prior to setting the Plot Name property. The Active Plot should be set to the index of the series that you want to edit.
06-21-2011 01:41 PM
Here are a couple of ways to do it.
06-21-2011 04:01 PM
Thanks to both of you! That worked perfectly.