LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Programmatically controlling multiple scale graph

Is there a way to programmatically duplicate the Y scale of an XY Graph and to associate it to one of the multiple plots.
0 Kudos
Message 1 of 3
(3,133 Views)
> Is there a way to programmatically duplicate the Y scale of an XY
> Graph and to associate it to one of the multiple plots.

You can show and hide a scale, you while a VI is running, LV cannot
create a new scale.

Make your graph in advance to have the number of scales you need, then
programmatically hide the ones you don't need and show the ones you are
using. You can also set the Plot Active Y Scale to select which Y scale
is used for the plot.

Greg McKaskle
0 Kudos
Message 2 of 3
(3,133 Views)
Hello All,

You can duplicate Y scale in XY graph by right clicking on the scale and selecting : "Duplicate Scale".

And As Greg McKaskle said, you can configure your each scale by creating XY graph property node (right clik on the graph and select creat)

Sanaa TAZI
Application Engineer
National Instruments
0 Kudos
Message 3 of 3
(3,133 Views)