07-02-2012 10:38 AM
Hi guys,
how can I edit the trace caption/legend in a strip chart?
Cheers
07-02-2012 10:52 AM
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