LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

strip chart,trace?

There are several traces on the charts,I want to name
these traces respectively .How to do?
thanks for any help!
0 Kudos
Message 1 of 2
(2,884 Views)
There is no built in text names for strip chart traces in the CVI strip chart. If you want to display names on the user interface, you can use the graph legend control (cvi\samples\userint\custctrl\legend\legend.fp) or you can use PlotText to plot text on the graph. If you are just looking to name the traces in your code, just use variables or #defines to create names that refer to the trace index.

Best Regards,

Chris Matthews
National Instruments
0 Kudos
Message 2 of 2
(2,884 Views)