06-08-2018 02:14 AM
Hi All,
How to programming to remove or not visible the intensity frame of the intensity graph?
Best Regards,
Nirut
06-08-2018 02:23 AM
No need to remove it, you can just color it transparent.
06-08-2018 02:37 AM
How to do?
Best Regards,
Nirut
06-08-2018 02:48 AM - edited 06-08-2018 03:08 AM
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.