LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

stripchart trace name

Solved!
Go to solution

Hello,

 

Is it possible to change the legend trace name in a strip chart?

 

If yes, how?

 

Exemple : change "Trace 1" name to "Humidity Sensor"

 

Thanks

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

Hi Goncalo,

 

Yes you can with the SetTraceAttribute function:

SetTraceAttribute (panelHandle, PANEL_STRIPCHART, 1, ATTR_TRACE_LG_TEXT, "Humidity Sensor");

National Instruments
0 Kudos
Message 2 of 2
(3,317 Views)