Index

From: Narcís Calvet  Steema Software
Subject: Re: Multiseries and multilines legend
Date: Fri, 27 Mar 2009 16:55:10 +0100
Newsgroup: public.teechart5.delphi  

Hi G. PLETINCKX,

"Pletinckx" wrote in message
news:QUXfAnIrJHA.5924@TEEPC.Steema.local...
>
> I use delphi 7 and TChart 4.04.
> I have done a multiseries. I want to have my bottom axis legend in
> multilines. I have selected legend on multilines but it does not work.
> Can you help me?

You could either try using #13 character for introducing carry returns in
your strings:

Series1.Add(random, 'line1'+#13+'line2');

For legend's text you should custom draw on the legend. There's an example
in the new Features Demo project under All Features -> Welcome ! ->
Miscellaneous -> Legend -> Drawing more text. Demo is available at
TeeChart's program group created by the evaluation and registered versions
of TeeChart.


--
Best Regards,

Narcís Calvet
Steema Support Central
http://support.steema.com

"Important note: If you are a TeeChart registered customer, please post your
support questions at Steema's Support monitored Forums for customers:
http://support.steema.com for a prompter reply."