LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

strip chart trace caption

Hi guys,

 

how can I edit the trace caption/legend in a strip chart?

 

Cheers

0 Kudos
Message 1 of 2
(2,841 Views)

SetTraceAttributeEx (panelHandle, controlID, traceIndex, ATTR_TRACE_LG_TEXT, label);

 

There is a chapter called 'Programming with Strip Chart Controls' in the help, it might be useful Smiley Wink 

0 Kudos
Message 2 of 2
(2,836 Views)