STACKED PLOT Y-AXIS
I have a stacked waveform chart showing four plots
Each plot correctly appears on a different sub-plot
I can use the set active plot property to loop through the four plots and change their names, visibility etc.
I can also read which is their active y scale index which corresponds to the plot index (i.e.both 0-3)
BUT
When I try and change a y scale property (e.g. label>text) it only ever changes the top sub plot label
I have tried forcing the active Y-scale index also to no avail.
I have also tried an overlay plot with 4 different y-axis and have the same problem.
HOW DO I SET TEH INDIVIDUAL Y-SCALE PROPERTIES ON A STACKED PLOT?