05-23-2012 02:03 PM
Hi All,
I have a multiplot XY graph. I want to change the last plot's point style programmatically. Any way to do that? I tried and looks like only the first plot property is programmatically changable.
Thanks for any help.
Anne
Solved! Go to Solution.
05-23-2012 02:35 PM
@ergwser wrote:
Hi All,
I have a multiplot XY graph. I want to change the last plot's point style programmatically. Any way to do that? I tried and looks like only the first plot property is programmatically changable.
Thanks for any help.
Anne
Property nodes can be re-sized by dragging down on them.
re-size the proprty node you re using and use a "Active Plot" property to set the plot index of the plot you wan to act on.
Also note that property nodes execute from top to bottom so the "active Plot" should be above the proprty where you specify the point style.
Ben
05-23-2012 03:40 PM
Hi Ben,
Thanks a lot for help. It works.
Anne