Page 1 of 1

dynamic web chart example code wanted

Posted: Tue Mar 08, 2011 2:42 pm
by 15658641
Folks, are you aware of a resource that has an example on the whole process to pull data from a database server and create a dynamic chart for that data to be served via an IIS7 web page?

What I have is data in a SQL 2008 database. What I would like to end up with is a web page where the user can select different series and different attributes for each series and then plot them. I have TeeChart for .Net with the web server runtime but I can't help but wonder whether I actually need TeeChart VCL?

Re: dynamic web chart example code wanted

Posted: Wed Mar 09, 2011 9:41 am
by 10050769
Hello Arctic,

I recommend that take a look in the Asp Demo C:\Program Files\Steema Software\TeeChart for .NET 2010\TeeChartForNET concretely in Datasets examples. If you have more problems or demo doesn't help you, please let me know.

Thanks,

Re: dynamic web chart example code wanted

Posted: Wed Mar 09, 2011 3:59 pm
by 15658641
Yeah I noticed the examples once I actually installed TeeChart. The only thing I am not quite clear about is where the TeeChart.dll goes on the web server. The docs don't mention that unless I missed it. It would be good to have an entry like that for folks who are new to web app development.

Re: dynamic web chart example code wanted

Posted: Thu Mar 10, 2011 9:12 am
by narcis
Hi Arctic,

You can find that information on how to deploy WebChart applications in Tutorial 9. Tutorials are available at TeeChart's program group.

Hope this helps!