Is it possible to write multiple line of text on Left axis and bottom axis's title?
Thank you
Herman
Left Axis and Bottom Axis title
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Herman,
Yes, you can do it adding a carriage return character to separate the lines:
Yes, you can do it adding a carriage return character to separate the lines:
Code: Select all
Chart1.LeftAxis.Title.Caption:='Line1'+ #13 + 'Line2';
Chart1.BottomAxis.Title.Caption:='Line1'+ #13 + 'Line2';
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |