From 11:00 PM CDT Friday, May 10 – 02:30 PM CDT Saturday, May 11 (04:00 AM UTC – 07:30 PM UTC), ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Set graph panel left y axis label

Solved!
Go to solution

Hi, 

 

I'm currently too stupid to find the attribute to set the left y axis label in a graph panel. The main label is set like this:

 

SetCtrlAttribute (panel, PANEL_NAME, ATTR_LABEL_TEXT, "xxx"); 

0 Kudos
Message 1 of 3
(2,694 Views)
Solution
Accepted by topic author HansiWWW

SetCtrlAttribute (, , ATTR_YNAME, ); ?

0 Kudos
Message 2 of 3
(2,690 Views)

That's it... Thanks!

0 Kudos
Message 3 of 3
(2,681 Views)