10-12-2012 12:40 PM
I have created an xy graph with two y-axes and have associated plots 0-5 with y scale index 0 (Plot.YScaleIdx) and plots 5-11 with y scale index 1. I would like to change the minimum and maximum of each of the y ranges programmatically. I've tried making different plots (associated with different axes) the default and changing the YScale.Range.Minimum or the YScale.Range.Maximum property. But this always affects the same scale no matter which plot is the default. Can anyone tell me how to select the y-scale that these properties affect?
Using LabVIEW 2012 32-bit on Windows7.
Tom
Solved! Go to Solution.
10-12-2012 12:41 PM
Somehow the word "change" was dropped out of the subject - sorry.
Tom
10-12-2012
12:53 PM
- last edited on
05-20-2024
07:24 PM
by
Content Cleaner
If I understand right, you need to set the Active Y Scale property before changing parameters for that scale.
10-12-2012 01:07 PM
Thanks Tim. I must have looked at the properties five times for exactly that. Ah well, I'll look harder next time before posting.
Tom