Hi A****h,
Most likely the control cannot create a client host due to a failing request from the server - to check what really happens you can use firebug in Mozilla and inspect the "NET" panel - if some requests to the server fail you'll easily be able to locate that there. Also we noticed that the page already contains jquery so you can experiment whether this is a jquery conflict by using the following code:
public void Initialize(NThinChartControl control)
{
control.ServerSettings.JQuery.SourceType = JQuerySourceType.None;
...
}
This will tell the control not to render jquery script as it is already present on the page.
Hope this helps - let us know if the problem persists.
Best Regards,
Nevron Support Team