I am trying to add custom axis above the top axis - but tcannot get the chart to automatically resize - is there any way to get it resized - or do I need to do it programmatically?
thanks,
Hugh
Multiple Axis outside chart bounds
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Hugh,
TeeChart doesn't automatically resize for custom axes, you need to do it manually, for example, setting panel margins:
TeeChart doesn't automatically resize for custom axes, you need to do it manually, for example, setting panel margins:
Code: Select all
TChart1.Panel.MarginUnits = muPercent
TChart1.Panel.MarginTop = 10
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 |