TempChart

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
UnKnown
Newbie
Newbie
Posts: 11
Joined: Mon Mar 03, 2008 12:00 am

TempChart

Post by UnKnown » Mon Oct 06, 2008 5:02 am

I set my TempChart property to session. When it has autopostback event
my graph plot has been lost.
Please suggest me.

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Mon Oct 06, 2008 7:43 am

Hi UnKnown,

Could you please send us a simple example project we can run "as-is" to reproduce the problem here and let us know the TeeChart version you are using?

You can either post your files at news://www.steema.net/steema.public.attachments newsgroup or at our upload page.

Thanks in advance.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

UnKnown
Newbie
Newbie
Posts: 11
Joined: Mon Mar 03, 2008 12:00 am

TempChart

Post by UnKnown » Mon Oct 06, 2008 10:04 am

I already upload my file to your server.
The filename are testGraph.aspx and testGraph.axps.cs

My TeeChart Version is TeeChartNET3VSNET2008.

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Mon Oct 06, 2008 10:40 am

Hi UnKnown,

Thanks for your example project. I couldn't run it here because of some missing dependencies (chkIMarket.ascx). However, it's most likely that when your page is loaded no series is visible because you should load a chart template in the load event. You should save the template in the button click event and load it if exists. An example of this can be seen in the Interacting with Charts -> Zooming example at the live ASP.NET demo.

Hope this helps!
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply