LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Graph Problem

When I plot using a graph it always has the Y axis labeled as
'Amplitude'.
I need to take this off so there is nothing showing. How do I do this?

thanks

Tom
0 Kudos
Message 1 of 4
(2,878 Views)
Just right-click on that annoing label, and uncheck the "axis label visible" from the popup menu.
0 Kudos
Message 2 of 4
(2,878 Views)
Got it!
thanks - but how to change it to something else?

Tom


defuflo wrote:

> Just right-click on that annoing label, and uncheck the "axis label
> visible" from the popup menu.
0 Kudos
Message 3 of 4
(2,878 Views)
It's not a problem also.
If you need to change this label only once - then simply select its text and type in anything you want - just the same way as with any other text labels.
If you want to change the label in runtime then you must use property nodes - create a propery node for your graph, then select properties->Y-scale->label text (not sure how its spells in english version) and supply new label text value (do not forget to change the property node mode to "write").See the example attached of how this can be done.
0 Kudos
Message 4 of 4
(2,878 Views)