Page 1 of 1

Problem Showing Chart

Posted: Mon Jun 25, 2007 6:30 am
by 13045392
Hello,

I have some problems viewing the chart on asp pages in c#.net.
I made the connection and get the data with fillsamplevalues() funciton but when I run the page the chart does not show anything and also the chart can not be seen.
If you could help me about this I would be greatful.

Posted: Mon Jun 25, 2007 7:54 am
by narcis
Hi Bilgehan,

I strongly recommend you to read Tutorial 9 - TeeChart and WebChart and ASP.NET, specially the TempChart property section. It could also help looking at the ASP.NET demo included with the installation.

Posted: Mon Jun 25, 2007 8:33 am
by 13045392
Thank you for your answer, the problem is solved.

Posted: Mon Jul 02, 2007 3:00 pm
by 8125290
What did u do? I get the little red "x" not showing the chart

Posted: Tue Jul 03, 2007 6:52 am
by narcis
Hi SIM,

What did u do? I get the little red "x" not showing the chart

This is most likely that you are using TempChart property set to Session and haven't added GetChart.aspx in your project. Please check what's necessary for each TempChart value in the mentioned tutorial.

Thanks in advance.