Is there some way to insert a linefeed into a drawText statement? I tried \n, but that didn't work. The problem is that I want to stack two pieces of data. Currently using two drawText statements and what works on one interval for Y-axis spacing doesn't on another. For example, it works great at 21T and merges together at 1 min. Would like to avoid a complex algorithm based on the HL average. Looking for something simple that is not CPU intensive.
Example:
10454
COVER
Thanks.
Example:
10454
COVER
Thanks.
Comment