Draw Text clean up
-
I use the "Draw Text" block to draw text on the charts. The value my draw text uses comes from a variable which keeps changing. This creates a lot of mess on my chart since the draw text would keep writing the new value at the same position on my chart. This will end up being so messy that I can barely read the latest value that the block write on my chart.
How do I solve this problem? I guess I should be clearing the area where the draw text wrote before the draw text again draws. How do I do this?
-
This same method applies to all objects:

- A = NO
- B = YES
- Give your object some name
-
Thank you.