Page 1 of 1

TCustomChart.CalcAxisRect

Posted: Fri Oct 21, 2005 12:27 am
by 9339348
Hi,

I'm finally getting around to converting my application to using TeeChartPro 7, from the TeeChart that came with Delphi 7, which I'm still using.

I had been overriding the CalcAxisRect method, but it doesn't exist in TeeChartPro 7. Does anyone know what I should use instead?

Regards,

Bill

Posted: Mon Oct 24, 2005 11:58 am
by Pep
Hi Bill,

yes, you're correct, this procedure is not published in the Pro version (I must investigate why).
Why you need this method ? Most likely it could be accomplished in other way.

Posted: Tue Oct 25, 2005 2:08 pm
by 9339348
I was setting up axis properties such as LabelsSize, RoundFirstLabel, and Increment, and calling SetMinMax.

Regards,

Bill

Posted: Wed Oct 26, 2005 3:55 pm
by Pep
Hi Bill,

I've investigated and it's because we made several improvements as far as drawing speed goes. But now there are other methods available which can be used (better) to do what you did with CalcAxisRect.
Please see the Help to check which properties you must use to set the axis and axis labels aspect.

If you still having problems or cannot find how to do something do not hesitate to let us know here.