Wrapping up the text at the top

I was struggling to find the option of unwrapping the text at the top of the char (which list such as EMA, MA etc) because i accidentally wrapped by checking one of the boxes somewhere...can someone pls point it ou? Google and searching here didnt help...Thanks

Just right click on the chart, select Parameters --> Axes & Grid --> Wrap title --> Yes/No

1

Alternatively, you can control it from your code. For instance:

SetChartOptions(2, chartWrapTitle );

https://www.amibroker.com/guide/afl/setchartoptions.html

4 Likes