Search found 2 matches

by madis_xsy
Sun Feb 19, 2006 4:02 am
Forum: .NET
Topic: A question about dataSource under Edit style
Replies: 3
Views: 4122

I try the sentence "this.WebChart1.Chart[0].CheckDataSource();",but it still doesn't work, the chart is not update. i paste the code below, please check it for me ,thanks! using System; using System.Collections; using System.ComponentModel; using System.Data; using System.Drawing; using System.Web; ...
by madis_xsy
Fri Feb 17, 2006 4:32 am
Forum: .NET
Topic: A question about dataSource under Edit style
Replies: 3
Views: 4122

A question about dataSource under Edit style

The series' datasource I used in the teechart is "text file" under "Edit" style, but when I update the data in the text file, the chart does not change at the same time. so I want to know how to realize the synchronous changes? the version we used is "TeeChart2.0 for .net" and the control in asp.net...