> Is there a way to programmatically duplicate the Y scale of an XY
> Graph and to associate it to one of the multiple plots.
You can show and hide a scale, you while a VI is running, LV cannot
create a new scale.
Make your graph in advance to have the number of scales you need, then
programmatically hide the ones you don't need and show the ones you are
using. You can also set the Plot Active Y Scale to select which Y scale
is used for the plot.
Greg McKaskle