LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Property node of duplicate scales on waveform chart

I have duplicated a scale on my waveform chart so i can display two sets of data on two different scales. How do i get to the propery node of the duplicated scale so i can set the scale of it via my program when it is running. I will also add other scales to this graph that will need scaling in the same way. When i go to the propery node of the chart the only scale i can set via this is the original one. and not the duplicate scale.

Any help would be appreciateted.
0 Kudos
Message 1 of 3
(2,753 Views)
Hi,

In the waveform chart's property node, you'll need to specify "Active Y Scale" first before you access the "Y Scale" property. "Active Y Scale" is the index of the Y scales you wanna modify. If you only have 2 scales, try setting it 0 and 1, and you should get different properties out of Y Scale.

Dan
Message 2 of 3
(2,753 Views)
Cheers thats exactly what i wanted.
0 Kudos
Message 3 of 3
(2,753 Views)