Sign in to follow this  
FusionCharts Support

No Chart Display

Recommended Posts

Good Day

Can somebody please help me with this i want display a chart when clicking a button.

Error that i encounter

Error in page: FusionCharts is undefined

here is the code:

Dim

M_file As String

M_file =

"/Data/Mydata.xml"

FTChart.Text = InfoSoftGlobal.FusionCharts.RenderChart("/FusionCharts/Line.swf", M_file, "", "FileTransferChart", "600", "300", False, False)

Note :FTChart is asp:literal, i add infosoftglobal.dll to web reference and add

<script language="Javascript" src="/FusionCharts/FusionCharts.js" ></script>

 

 

 

 

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this