Uncorrect Point Color!

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
cp
Newbie
Newbie
Posts: 7
Joined: Wed Feb 08, 2006 12:00 am

Uncorrect Point Color!

Post by cp » Fri Apr 28, 2006 10:44 am

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?
Please help me to solve this problem.

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Fri Apr 28, 2006 2:56 pm

Hi cp,

Thanks for reporting. I could reproduce the problem here and a fix for it will be included in the next maintenance release which we expect to be out in the upcoming days.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

cp
Newbie
Newbie
Posts: 7
Joined: Wed Feb 08, 2006 12:00 am

Post by cp » Sat Apr 29, 2006 1:33 am

3ks for yr support, please release it asap

Post Reply