1. There seems to be a redrawing issue if TGdiPlusCanvas is used (I'll post about that in a different message)
2. After switching to TTeeCanvas3D using this code:
Code: Select all
TheChart.Canvas := TTeeCanvas3D.Create;
What is the recommended way to getting the previous drawing method and speed (TeeChart 4.08) back?
I don't really want any new features for this program, just the old functionality with the new component.