Chart custom axis title problem.

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Mita
Newbie
Newbie
Posts: 3
Joined: Wed Feb 10, 2010 12:00 am

Chart custom axis title problem.

Post by Mita » Thu Oct 11, 2012 10:23 am

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?

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Re: Chart custom axis title problem.

Post by Narcís » Thu Oct 11, 2012 10:38 am

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.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply