LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

scale individual plots in stacked waveform chart

Hi,

My question is how to set the Y-scales individually and programmatically in a stacked waveform chart. I found the Y-scales can be autoscaled by clicking on right most part of the plots. But don't know how to do it with property nodes, since there is only one property node for one chart, and I need a few property nodes for each plot in the one chart.

Thanks.

Rut
0 Kudos
Message 1 of 7
(3,139 Views)
Hi Rut,

You can use the "Active Y Scale" property to select the Y scale whose range (and other properties) you wish to adjust. Next use the "ScaleFit" property to Autoscale.
0 Kudos
Message 2 of 7
(3,124 Views)
Hi Prashant,

Thanks for your reply. I don't know how to use the Active Y scale property. Could you please show me how to use it or point me to an example? Thank you,

Rut
0 Kudos
Message 3 of 7
(3,114 Views)
I found a thread here

http://forums.ni.com/ni/board/message?board.id=170&message.id=38187&query.id=139654#M38187

It might help and I will try it first.
0 Kudos
Message 4 of 7
(3,111 Views)
Hi Rut,

The attached image sets the active Y scale to the first Y scale and then sets the autoscale ON. Change the index on the first property to access other scales you may have.
0 Kudos
Message 5 of 7
(3,107 Views)
Prashant,

Thank you very much!


Rut
0 Kudos
Message 6 of 7
(3,101 Views)
0 Kudos
Message 7 of 7
(3,045 Views)