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
TCustomChart.CalcAxisRect
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.
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.
Pep Jorge
http://support.steema.com
http://support.steema.com
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.
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.
Pep Jorge
http://support.steema.com
http://support.steema.com