LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

intensity chart NAME programaticaly

Hi.
I have to write programmatically the name of different intensity charts on labview 7.0. I have been searching thorough the intensity chart property nodes, but I could not find any way for writing the chart name, I can write programmatically the scales name (x,y, z ).
Thanks for your help.
Sergio
0 Kudos
Message 1 of 2
(2,324 Views)
You cannot change the label of a control or indicator programatically. You can change the caption. There is a property node Caption.Text. Right click on the chart and select Visible Items>Caption to show it and then you can hide the label.
Message 2 of 2
(2,324 Views)