Name 'renderChartHTML' is not declared.
FusionCharts Forum
Home       Members    Calendar    Who's On
Welcome Guest ( Login | Register )
        



Name 'renderChartHTML' is not declared. Expand / Collapse
Author
Message
Posted 1/7/2008 10:52:34 PM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum 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)

        ]

Post #3684
Posted 1/10/2008 4:07:11 AM
Supreme Being

Supreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme 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

Post #3787
« Prev Topic | Next Topic »


Permissions Expand / Collapse

All times are GMT -7:00, Time now is 5:54pm


Execution: 0.031.