09-01-2011 06:25 PM
Hello,
Am using an old cwui.ocx in a vb.net project(strip chart). I need to hide selected traces but am unable. If I set the trace color to the background color, the active traces are overwritten by the "white" trace(s). If I set them to be off scale I see the vertial line segments as they go off-scale. I cannot set the trace width to anything less than 1. Does anyone have any hints on hiding traces. If I upgraded to a real NI .net graph control, can I set the trace width to zero?
Thanks,
Bartj
Solved! Go to Solution.
09-06-2011 04:27 PM
Hello,
I believe there is a trace.visible property you will want to modify. There is more information on this here:
How do you hide a graph trace
Let me know if that works for you.