LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Property node for a chart with multiple axes

I have created a chart with two y axes, one for each of two data sets that I am plotting. From the front panel, I can view the properties of the chart and adjust the scales of the two axes separately under the Scales tab. I need to, though, adjust the maximum and minimum of these axes programmatically. How can I create a property node that refers to one of the two y axes, and how can I specify which axis the node is referring to? If create a generic YScale:Minimum property node, I get an error.

Thanks for the help,
TJR
0 Kudos
Message 1 of 3
(2,887 Views)

"...YScale:Minimum property node, I get an error."

That is curious.

You can specify the active scale for which the property will be applied.

The attached demo (in LV 7.1) illustrates how to do this by fist setting the index of the active scale and then updating its property (property nodes execute from top to bottom).

What error do you get?

Ben

Message Edited by Ben on 11-30-2005 08:07 PM

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
Download All
Message 2 of 3
(2,881 Views)
ActvYScale is what I was missing. Thanks for the help.

TJR
0 Kudos
Message 3 of 3
(2,859 Views)