RE: [amibroker] How to set the Wrap Title in codes?

2006-06-21 Thread Terry
Add "\n" wherever you want a line wrap. You can add this in the Name section of Plot statements or you can create Title =  "whatever you want\nto output goes here"; See help for details on Title. -- Terry -Original Message- From: amibroker@yahoogroups.com [mailto:amibrok

RE: [amibroker] How to set the Wrap Title in codes?

2006-06-21 Thread Clement Chin
Thanks, Graham. You are so resourceful.   Clement     From: amibroker@yahoogroups.com [mailto:amibroker@yahoogroups.com] On Behalf Of Graham Sent: Thursday, June 22, 2006 7:52 AM To: amibroker@yahoogroups.com Subject: Re: [amibroker] How to set the Wrap Title in codes

Re: [amibroker] How to set the Wrap Title in codes?

2006-06-21 Thread Graham
SetChartOptions( 0, chartShowDates|chartWrapTitle ); -- CheersGrahamAB-Write >< Professional AFL Writing ServiceYes, I write AFL code to your requirements http://e-wire.net.au/~eb_kavan/ab_write.htm On 22/06/06, Clement Chin <[EMAIL PROTECTED]> wrote: Now you can set the Wrap Titl