Search found 2 matches

by Mike
Wed Oct 27, 2004 11:32 am
Forum: .NET
Topic: WebChart.Chart.Series.Count always 0 ?
Replies: 1
Views: 3897

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.
by Mike
Thu Oct 21, 2004 8:40 am
Forum: .NET
Topic: WebChart.Chart.Series.Count always 0 ?
Replies: 1
Views: 3897

WebChart.Chart.Series.Count always 0 ?

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 seri...