TeeChart does not compile with error in TeeSurfa
Posted: Thu Jan 12, 2017 11:02 pm
I have Teechart Pro 2016 v19, used with Delphi 10.1 Berlin update 2 and Intraweb 14.1.4 and am encountering a problem when compiling. I get an error message about "Incompatible types: TCustomAxisPanel and TCustomChart. It only seems to occur with map charts, not ordinary graphs and was not previously evident in v18. The form adds TeeSurfa in the interface uses section for map charts and this is where the problem occurs at line 3415
tmpChart:=ParentChart as TCustomChart;
What do I need to change to get things to compile again?
Thanks
Bruce
tmpChart:=ParentChart as TCustomChart;
What do I need to change to get things to compile again?
Thanks
Bruce