08-16-2018 03:06 AM
I have three graphs and they have the same legend boxes, but instead of using three legend boxes, I want to make only one (they consume too much space and one is enough for all) and whenever a change is made in a legend, I want all three graphs to be affected by it. How can I achieve this?
Thanks in advance.
Solved! Go to Solution.
08-16-2018 03:24 AM
Hi dilge,
read the properties of the graph with the legend display and set those properties for the other graph(s). (You can even employ an event structure to react on certain events of your graph…)
It's all possible using propertynodes!
08-16-2018 03:31 AM
That came to my mind after I posted this Thank you very much! 🙂