Board index » delphi » Teechart axis labels word wrap?

Teechart axis labels word wrap?

Hi,
    I'd like to "wrap around" some axis labels. I have text like "Current
Month" which I'd like to see in two lines. Can I do this?
    I tried putting in a #13#10 between the words, but it doesnt work.

Thanks in advance,

Deepak Shenoy
http://www.agnisoft.com

 

Re:Teechart axis labels word wrap?


Hi Deepak
If you do this (and have the latest TeeChart Pro 4.01 version)
it should work fine:

Series1.Add( 1234, 'Current'+TeeLineSeparator+'Month' , clRed )

( TeeLineSeparator is a   #13 )

Check the examples under "New in version 4". There's
an example of multiline axis labels.

Regards
David Berneda
http://www.teemach.com

Quote
Deepak Shenoy wrote in message <72sh0f$1...@forums.borland.com>...
>Hi,
>    I'd like to "wrap around" some axis labels. I have text like "Current
>Month" which I'd like to see in two lines. Can I do this?
>    I tried putting in a #13#10 between the words, but it doesnt work.

>Thanks in advance,

>Deepak Shenoy
>http://www.agnisoft.com

Other Threads