How to programmatically traverse a Graph builder tree structure and associate frameboxes with their titles.
I have a piece of analysis (see below) where I want to annotate specific charts using a script I have written. For example, I want to add annotation to XXX104 and XXX107. On both of these charts I will add a custom graphic and text to identify a cluster of points I want to draw attention to. Using the command '<< show tree structure' I can identify the frameboxs which have each chart. However, I...