LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

ATTR_TRACE_COLOR, VAL_TRANSPARENT and a text plot

Hallo,
I tried to Hide a text plot with
SetPlotAttribute(panel,control,handle,ATTR_TRACE_COLOR,VAL_TRANSPARENT).

But the result is that the text is black!

The return value is 0 and with "GetPlotAttribute" I get 0x01000000 for the
color.

For me it looks like a bug!

Babak Pourat




0 Kudos
Message 1 of 3
(2,709 Views)
To hide a plot you can use
SetPlotAttribute (panel, control, plotHandle, ATTR_TRACE_VISIBLE, 0);


Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
0 Kudos
Message 2 of 3
(2,702 Views)
thanks

Babak


0 Kudos
Message 3 of 3
(2,688 Views)