Page 1 of 1

ASP.NET chart event

Posted: Mon Mar 08, 2004 2:42 pm
by 8123134
Hi,

It seems that in order to catch events from a TeeChart control that is situated on an ASP.NET page, I need to recreate the chart (in Page_Load for example) with the same appearance, otherwise ny event handler is never called.

Is this correct?

Regards
/Jakob

Posted: Wed Mar 10, 2004 10:05 am
by Pep
Hi Jakob,

you must save the Chart as as Session, as you can see in the example included in the installation under :
C:\Program Files\Steema Software\TeeChart for .NET v1\TeeChartForNET\WebForm

Also, you can see more info about this in the TeeChart for Net Tutorial 9 - ASP.NET applications.