LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

What is the property node to remove frame of Intensity graph?

Hi All,

 

How to programming to remove or not visible the intensity frame of the intensity graph?

 

IntensityFrame.PNG

 

Best Regards,

Nirut

0 Kudos
Message 1 of 4
(2,285 Views)

No need to remove it, you can just color it transparent.

0 Kudos
Message 2 of 4
(2,272 Views)

How to do?

 

Best Regards,

Nirut

0 Kudos
Message 3 of 4
(2,266 Views)

With the coloring tool ...

(You can also customize the control and make the frame the same size as the data area.)

 

What are you actually trying to do? Seems convoluted. Overlapping controls are expensive for the UI thread. Also property nodes are also expensive and need to be read/written only when their values change, not billions of times per second, Right? Also try to combine all property nodes for each graph. No need for all these separate instance.

0 Kudos
Message 4 of 4
(2,257 Views)