Graph Builder, how to change the color of an element, and information about SendToReport syntax
Hello, I create a graph with dynamic content (number of variables is determined at run time). I would like to change to change several things after setting up the graph builder, e.g. assign a new color. The reason for doing it afterwards is because, I do not know the changes before executing other parts of my script that I cannot run earlier. I have simplified my basic problem to this exampl...