Problem solved 
Conversion through BC-txt2AL gave me the new “field”:
usercontrol(BusinessChart;“Microsoft.Dynamics.Nav.Client.BusinessChart”)
In first try the page opened, but blank.
Solved by the following code on this usercontrol:
trigger AddInReady()
begin
UpdateChart(0);
end