Knowledgebase: RadarCube ASP.NET MSAS
How do I use RadarCube ASP.NET along with ChartFX chart using AJAX?
Posted by Vladimir Lyutetsky on 18 June 2007 03:21 PM
|
|
This article applies to:
a) Place the ChartFX Chart control to the web page. private void UpdateChart() c) Place the following line into the Page_Load handler: TOLAPGrid1.ClientCallbackFunction = "SFX_SendUserCallback('" + Chart1.UniqueID + "','',false); "; | |
|