WebChart.Chart.Series.Count always 0 ?

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Mike
Newbie
Newbie
Posts: 2
Joined: Tue Sep 21, 2004 4:00 am

WebChart.Chart.Series.Count always 0 ?

Post by Mike » Thu Oct 21, 2004 8:40 am

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?

Mike
Newbie
Newbie
Posts: 2
Joined: Tue Sep 21, 2004 4:00 am

Post by Mike » Wed Oct 27, 2004 11:32 am

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.

Post Reply