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.
Uncorrect Point Color!
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
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.
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 |
Instructions - How to post in this forum |