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
left axis does not allow for multiple lines
-
- Advanced
- Posts: 228
- Joined: Tue Aug 28, 2007 12:00 am
- Location: Oregon, USA
left axis does not allow for multiple lines
Last edited by TestAlways on Mon Jan 26, 2015 4:05 pm, edited 1 time in total.
Re: wldr axis does not allow for multiple lines
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.
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.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
-
- Advanced
- Posts: 228
- Joined: Tue Aug 28, 2007 12:00 am
- Location: Oregon, USA
Re: left axis does not allow for multiple lines
XE2, TChart 2014.11.140409 32bit VCL.
Attached.
Thank you,
Ed Dressel
Attached.
Thank you,
Ed Dressel
- Attachments
-
- Mulit Line Left Axis.zip
- (1.52 KiB) Downloaded 1001 times
Re: left axis does not allow for multiple lines
Hi Ed,
I could reproduce the problem with v2014.11 but it seems to work fine with v2015.14:
I could reproduce the problem with v2014.11 but it seems to work fine with v2015.14:
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
-
- Advanced
- Posts: 228
- Joined: Tue Aug 28, 2007 12:00 am
- Location: Oregon, USA
Re: left axis does not allow for multiple lines
Thank you. Yes, it does work correctly in 2015.14. Thank you.