Page 1 of 1

left axis does not allow for multiple lines

Posted: Sun Jan 25, 2015 12:00 am
by 10546565
I setup a chart to use multiple lines on the left axis--but it is not working.

For example, in an otherwise new project with a TChart on the form, the following LOC:

Chart1.LeftAxis.Title.Caption := 'Test'#13'This'

Will only show "Test" on the left axis.

Is there anyway to get that to work? I looked at various left axis .title properties and didn't see anything there.

Thank you,

Ed Dressel

Re: wldr axis does not allow for multiple lines

Posted: Mon Jan 26, 2015 1:49 pm
by yeray
Hi Ed,

We've tried it here a simple example project with a series and the code you've posted and it seems to work fine for us here in two different machines.
Maybe there's a combination of properties that ends reproducing this. Could you please arrange a simple example project we can run as-is to reproduce the problem here?
Also, it would be helpful if you could indicate what OS, IDE and TeeChart version you are using.

Re: left axis does not allow for multiple lines

Posted: Mon Jan 26, 2015 4:07 pm
by 10546565
XE2, TChart 2014.11.140409 32bit VCL.

Attached.

Thank you,

Ed Dressel

Re: left axis does not allow for multiple lines

Posted: Tue Jan 27, 2015 9:04 am
by yeray
Hi Ed,

I could reproduce the problem with v2014.11 but it seems to work fine with v2015.14:
v2014.11.png
v2014.11.png (6.29 KiB) Viewed 10454 times
v2015.14.png
v2015.14.png (6.47 KiB) Viewed 10454 times

Re: left axis does not allow for multiple lines

Posted: Tue Jan 27, 2015 3:14 pm
by 10546565
Thank you. Yes, it does work correctly in 2015.14. Thank you.