08-30-2012 12:24 PM
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
Solved! Go to Solution.
08-30-2012 01:15 PM
Hi Goncalo,
Yes you can with the SetTraceAttribute function:
SetTraceAttribute (panelHandle, PANEL_STRIPCHART, 1, ATTR_TRACE_LG_TEXT, "Humidity Sensor");