Page 1 of 1

Chart custom axis title problem.

Posted: Thu Oct 11, 2012 10:23 am
by 10055237
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?

Re: Chart custom axis title problem.

Posted: Thu Oct 11, 2012 10:38 am
by narcis
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.