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
(3,004 Views)
Solution
Accepted by topic author HansiWWW

SetCtrlAttribute (, , ATTR_YNAME, ); ?

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

That's it... Thanks!

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