Page 1 of 1

WebChart.Chart.Series.Count always 0 ?

Posted: Thu Oct 21, 2004 8:40 am
by 8127248
Hello!

We are developing a web application using TeeChart .NET.

After importing a native TeeChart-file into a WebChart, the WebChart.Chart.Series.Count property is 0 even though I can see 3 series in the chart. The internal member WebChart.iChart.Series.Count seems to hold the correct number of series in the chart, but public WebChart.Chart.Series.Count is always 0. The chart is displayed correctly, however, which again indicates that internal members are correctly updated.

What is wrong? Is there a workaround for this?

Posted: Wed Oct 27, 2004 11:32 am
by 8127248
Problem solved.

Dont know exactly why or how, but I think it had something to do with the WebChart.Chart reference being changed when importing a chart, therefore previously saved references need to be updated. Hope this may help anyone else having the same problem.