LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Stacked Plot y-axis property access.

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?
0 Kudos
Message 1 of 2
(2,894 Views)
I made 2 small modifications to your VI, take a look at the attached.

First you needed to set the active Y scale rather then setting the index. But more importantly the property node you are using to set the values is linked to the wrong graph.

Let me know if the attached does what you where looking for.
Message 2 of 2
(2,894 Views)