Hi!
We have Embarcadero C++ Builder XE on Windows 7.
We are using trial version of TeeChart 2012.
In our application we are using custom axises with title. In case when min and max value are changed on inserting new data to series our title from custom axis just draw out of chart region. When we have the same for left axis everithing works as expected. How can we solve this problem?
Chart custom axis title problem.
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Chart custom axis title problem.
Hi Mita,
Custom axes don't calculate margins automatically. You can either set desired margin manually or for a more dynamic solution implement something as the PlaceAxes method Yeray posted here.
Custom axes don't calculate margins automatically. You can either set desired margin manually or for a more dynamic solution implement something as the PlaceAxes method Yeray posted here.
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 |