LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Changing axis on the fly

I'm looking to change the X/Y axis max ranges at runtime, I know how to do this from within the same VI but I don't see the properties through the Property nodes.

Am I going about this the right way?

Ron
0 Kudos
Message 1 of 3
(2,942 Views)

Rhayes wrote: ...  Am I going about this the right way?

You have to use the "To More Specific Class" function to cast the control refnum into a GraphChart refnum to access graph /chart properties.

Message Edited by Donald on 09-05-2006 11:43 AM

=====================================================
Fading out. " ... J. Arthur Rank on gong."
Message 2 of 3
(2,920 Views)
Use the "To more specific class" node (in the application Control subpalette) to change the wire class and tell LabVIEW that you want to access a graph property.
 

Message Edité par chilly charly le 09-05-2006 05:46 PM

Chilly Charly    (aka CC)
Message 3 of 3
(2,905 Views)