Problem with ExchangeSeries function in ASP.NET - Urgent
Posted: Fri Jun 09, 2006 4:40 pm
Hi,
I am using Tchart 7.0.0.4 version.
I am using in ASP.NET application. I am creating the tchart in the server side and sending as stream in native format. It is working fine.
I am having three series in the chart. The first series color is black and second and third color is red.
I am using ExchangeSeries(0,2) function to change the order of series. It means the now third series become first series.
It is drawing first series with green color. But it should draw in red color.
If I commnet the ExchangeSeries line in the code, it is drawing in red color.
I tried the same in window application. It is working fine even I use the ExchangeSeries function.
It is not working in ASP.NET application.
You can try any sample. I hope you can reproduce the problem.
Please let me know the fix.
Thanks in advance,
Rama
I am using Tchart 7.0.0.4 version.
I am using in ASP.NET application. I am creating the tchart in the server side and sending as stream in native format. It is working fine.
I am having three series in the chart. The first series color is black and second and third color is red.
I am using ExchangeSeries(0,2) function to change the order of series. It means the now third series become first series.
It is drawing first series with green color. But it should draw in red color.
If I commnet the ExchangeSeries line in the code, it is drawing in red color.
I tried the same in window application. It is working fine even I use the ExchangeSeries function.
It is not working in ASP.NET application.
You can try any sample. I hope you can reproduce the problem.
Please let me know the fix.
Thanks in advance,
Rama