Knowledgebase: RadarCube ASP.NET Direct
How do I use integrate RadarCube ASP.NET along with Dundas chart using AJAX?
Posted by Vladimir Lyutetsky on 05 July 2007 05:54 PM
|
|
This article applies to:
a) Place the Dundas Chart control to the web page. private void UpdateChart() c) Place the following line into the Page_Load handler: TOLAPGrid1.ClientCallbackFunction = Chart1.CallbackManager.GetCallbackMethodReference("", ""); | |
|