Search found 7 matches

by cp
Tue May 09, 2006 12:01 pm
Forum: .NET
Topic: Large Records cause teechart crush
Replies: 2
Views: 4034

It's my mistake

I have recheck my code, TeeChart is ok and the error is because of My Implemention Method GetPointStyle. Thx for your support.
by cp
Tue May 09, 2006 9:56 am
Forum: .NET
Topic: Large Records cause teechart crush
Replies: 2
Views: 4034

Large Records cause teechart crush

When i fill in teechart with more than 2000 points and make these points show in one screen, then teechart crushed. (Using Points Series)
In my real metions, i just want to see the overview of chart points.
by cp
Tue May 09, 2006 1:42 am
Forum: .NET
Topic: Next release?
Replies: 7
Views: 8862

Does the release be ready now?

Does the release be ready now?
by cp
Fri May 05, 2006 12:42 am
Forum: .NET
Topic: Next release?
Replies: 7
Views: 8862

release date?

Because of my program is plan to release for mass production in next week and The serious bug "Uncorrect Point Color" seems will influence my plan so much.I hope you to bring me your release schedule , so do i can give a report to my customer. Thx.
by cp
Wed May 03, 2006 6:56 am
Forum: .NET
Topic: TeeChart for .NET UPDATE BUILD v1.1.2259.29262
Replies: 8
Views: 10543

Can you give me the possiblely date of new release?

Because of this bug is urgent to me, Can you give me the possiblely date of new release?
by cp
Sat Apr 29, 2006 1:33 am
Forum: .NET
Topic: Uncorrect Point Color!
Replies: 2
Views: 3866

3ks for yr support, please release it asap
by cp
Fri Apr 28, 2006 10:44 am
Forum: .NET
Topic: Uncorrect Point Color!
Replies: 2
Views: 3866

Uncorrect Point Color!

When i swith teechar.dll from 1.1 to 2.0, As with same code, the points series'Color has appears uncorrectly . For example: points.Add(10, 10); points[0].Color = Color.Blue; this.tChart1.Series.Add(points); In version 1.1, the color of this point is blue , it's ok. but in version 2.0, it's show red?...