|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 1/8/2008 12:49:33 AM
Posts: 1,
Visits: 4
|
|
Hi, Pls help me. I new in ASP.net and Fusion Charts. I have this error stated that renderCHARTHTML not declared, and I also not able to find InfoSoftGlobal.FusionCharts class. Can someone tell me how to get InfoSoftglobal.FusionCharts class and solve the renderCHARTHTML.Thks { Call renderChartHTML("../../FusionCharts/FCF_Column3D.swf", "Data/Data.xml", "", "myFirst", 600, 300) ]
|
|
|
|
|
Supreme Being
      
Group: Moderators
Last Login: Today @ 5:38:52 AM
Posts: 884,
Visits: 1,420
|
|
| hi, You will find a DLL file (FusionCharts.dll) in BIN folder. Keep that file in the Bin folder of your Application/solution and use then you can use InfoSoftGlobal.FusionCharts.RenderChartHTML() method. Else you can also use the namespace InfoSoftGlobal by declaring using InfoSoftGlobal; //(C#) or Imports InfoSoftGlobal ' VB.NET and use FusionCharts.RenderChartHTML method.
Regards,
Sudipto Choudhury FusionCharts Team
|
|
|
|