How do I programmatically set the label text on graphics with multiple scales?

2004-04-08 Thread Nealix
I have graph with 2 Y scales. I can set the text label for the first one, but not the second one. The property only accepts a scalar string.

Re: How do I programmatically set the label text on graphics with multiple scales?

2004-04-08 Thread Mads
You need to set the active Y scale (just expand the property node and make the other one the active Y scale property. If you have a sorted array of names just wire it into a for loop with the property node iside and the Y scale wired to the index of the loop.